Html Css Color HEX #689112 Olive Drab

📋 copy color: '#689112'

red 104 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #689112

Tints of Olive Drab #689112

RGB

 RED value IS 104 (41.02% from 255) = 38.95%

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 38.95%
G = 54.31%
B = 6.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#689112 (or 0x689112) is known color: Olive Drab. HEX triplet: 68, 91 and 12. RGB value is (104,145,18). Sum of RGB (Red+Green+Blue) = 104+145+18=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #689112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689112 is #976EED. Grayscale: #767676. Windows color (decimal): -9924334 or 1216872. OLE color: 1216872.

HSL color Cylindrical-coordinate representation of color #689112: hue angle of 79.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #689112 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 18 -
CMYK 0.28 0 0.88 0.43
HSL 79.37º 0.78% 0.32% -
HSV(B) 79.37º 0.88% 0.57% -
XYZ 15.94 23.24 4.22 -
YUV 118.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 104 145 18 0.28 0 0.88 0.43 79.37 0.78 0.32
Hex 68 91 12 1C 0 58 2B 4F 4E 20
Octal 150 221 22 34 0 130 53 117 116 40
Binary 1101000 10010001 10010 11100 0 1011000 101011 1001111 1001110 100000

Color Harmonies of #689112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689112

Black with #689112

Text Example


Text Example

White with #689112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689112; }

 p { color: rgb(104,145,18); }

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

background-color css

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

 a { background-color: rgb(104,145,18); }

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

border-color css

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

 span { border-color: rgb(104,145,18); }

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