Html Css Color HEX #689712 Olive Drab

📋 copy color: '#689712'

red 104 ◦ green 151 ◦ blue 18

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

Shades of Olive Drab #689712

Tints of Olive Drab #689712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.31%

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

R = 38.1%
G = 55.31%
B = 6.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#689712 (or 0x689712) is known color: Olive Drab. HEX triplet: 68, 97 and 12. RGB value is (104,151,18). Sum of RGB (Red+Green+Blue) = 104+151+18=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #689712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689712 is #9768ED. Grayscale: #7A7A7A. Windows color (decimal): -9922798 or 1218408. OLE color: 1218408.

HSL color Cylindrical-coordinate representation of color #689712: hue angle of 81.2º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #689712 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 18 -
CMYK 0.31 0 0.88 0.41
HSL 81.2º 0.79% 0.33% -
HSV(B) 81.2º 0.88% 0.59% -
XYZ 16.88 25.12 4.53 -
YUV 121.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 104 151 18 0.31 0 0.88 0.41 81.2 0.79 0.33
Hex 68 97 12 1F 0 58 29 51 4F 21
Octal 150 227 22 37 0 130 51 121 117 41
Binary 1101000 10010111 10010 11111 0 1011000 101001 1010001 1001111 100001

Color Harmonies of #689712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689712

Black with #689712

Text Example


Text Example

White with #689712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689712; }

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

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

background-color css

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

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

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

border-color css

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

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

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