Html Css Color HEX #689012 Olive Drab

📋 copy color: '#689012'

red 104 ◦ green 144 ◦ blue 18

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

Shades of Olive Drab #689012

Tints of Olive Drab #689012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.14%

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

R = 39.1%
G = 54.14%
B = 6.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#689012 (or 0x689012) is known color: Olive Drab. HEX triplet: 68, 90 and 12. RGB value is (104,144,18). Sum of RGB (Red+Green+Blue) = 104+144+18=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #689012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689012 is #976FED. Grayscale: #767676. Windows color (decimal): -9924590 or 1216616. OLE color: 1216616.

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

Color convert

RGB 104 144 18 -
CMYK 0.28 0 0.88 0.44
HSL 79.05º 0.78% 0.32% -
HSV(B) 79.05º 0.88% 0.56% -
XYZ 15.79 22.93 4.17 -
YUV 117.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 104 144 18 0.28 0 0.88 0.44 79.05 0.78 0.32
Hex 68 90 12 1C 0 58 2C 4F 4E 20
Octal 150 220 22 34 0 130 54 117 116 40
Binary 1101000 10010000 10010 11100 0 1011000 101100 1001111 1001110 100000

Color Harmonies of #689012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689012

Black with #689012

Text Example


Text Example

White with #689012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689012; }

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

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

background-color css

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

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

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

border-color css

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

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

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