Html Css Color HEX #698118 Olive Drab

📋 copy color: '#698118'

red 105 ◦ green 129 ◦ blue 24

#698118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #698118

Tints of Olive Drab #698118

RGB

 RED value IS 105 (41.41% from 255) = 40.7%

 GREEN value IS 129 (50.78% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 40.7%
G = 50%
B = 9.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#698118 (or 0x698118) is known color: Olive Drab. HEX triplet: 69, 81 and 18. RGB value is (105,129,24). Sum of RGB (Red+Green+Blue) = 105+129+24=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #698118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698118 is #967EE7. Grayscale: #6E6E6E. Windows color (decimal): -9862888 or 1605993. OLE color: 1605993.

HSL color Cylindrical-coordinate representation of color #698118: hue angle of 73.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #698118 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 24 -
CMYK 0.19 0 0.81 0.49
HSL 73.71º 0.69% 0.3% -
HSV(B) 73.71º 0.81% 0.51% -
XYZ 13.84 18.77 3.76 -
YUV 109.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 105 129 24 0.19 0 0.81 0.49 73.71 0.69 0.3
Hex 69 81 18 13 0 51 31 4A 45 1E
Octal 151 201 30 23 0 121 61 112 105 36
Binary 1101001 10000001 11000 10011 0 1010001 110001 1001010 1000101 11110

Color Harmonies of #698118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698118

Black with #698118

Text Example


Text Example

White with #698118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698118; }

 p { color: rgb(105,129,24); }

 H1.HeaderClassName
 {
   color: #698118;
 }
 .AnyTagClassName
 {
   color: #698118;
 }
</style>

background-color css

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

 a { background-color: rgb(105,129,24); }

 div.DivClassName
 {
   background-color: #698118;
 }
 .BgClassName
 {
   background-color: #698118;
 }
</style>

border-color css

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

 span { border-color: rgb(105,129,24); }

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