#698D22

Color #698D22 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #698D22

Tints of Olive Drab #698D22

Color information

#698D22 (or 0x698D22) is unknown color: approx Olive Drab. HEX triplet: 69, 8D and 22. RGB value is (105,141,34). Sum of RGB (Red+Green+Blue) = 105+141+34=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #698D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D22 is #9672DD. Grayscale: #767676. Windows color (decimal): -9859806 or 2264425. OLE color: 2264425.

HSL color Cylindrical-coordinate representation of color #698D22: hue angle of 80.19º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #698D22 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB10514134-
CMYK0.2600.760.45
HSL80.19º61.14%34.31%-
HSV(B)80.19º75.89%55.29%-
XYZ15.6422.174.97-
YUV118.0480.57118.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 34 (13.67% from 255) = 12.14%
R=37.5%
G=50.36%
B=12.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105141340.2600.760.4580.1961.1434.31
Hex698D221A04C2D503d22
Octal15121542320114551207542
Binary11010011000110110001011010010011001011011010000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698D22; }

 p { color: rgb(105,141,34); }

 H1.HeaderClassName
 {
   color: #698D22;
 }
 .AnyTagClassName
 {
   color: #698D22;
 }
</style>
background-color css

<style>
 a { background-color: #698D22; }

 a { background-color: rgb(105,141,34); }

 div.DivClassName
 {
   background-color: #698D22;
 }
 .BgClassName
 {
   background-color: #698D22;
 }
</style>
border-color css

<style>
 span { border-color: #698D22; }

 span { border-color: rgb(105,141,34); }

 td.TdClassName
 {
   border-color: #698D22;
 }
 .TagClassName
 {
   border-color: #698D22;
 }
</style>