Html Css Color HEX #689616 Olive Drab

📋 copy color: '#689616'

red 104 ◦ green 150 ◦ blue 22

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

Shades of Olive Drab #689616

Tints of Olive Drab #689616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.35%

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 37.68%
G = 54.35%
B = 7.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#689616 (or 0x689616) is known color: Olive Drab. HEX triplet: 68, 96 and 16. RGB value is (104,150,22). Sum of RGB (Red+Green+Blue) = 104+150+22=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #689616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689616 is #9769E9. Grayscale: #7A7A7A. Windows color (decimal): -9923050 or 1480296. OLE color: 1480296.

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

Color convert

RGB 104 150 22 -
CMYK 0.31 0 0.85 0.41
HSL 81.56º 0.74% 0.34% -
HSV(B) 81.56º 0.85% 0.59% -
XYZ 16.76 24.81 4.67 -
YUV 121.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 104 150 22 0.31 0 0.85 0.41 81.56 0.74 0.34
Hex 68 96 16 1F 0 55 29 52 4A 22
Octal 150 226 26 37 0 125 51 122 112 42
Binary 1101000 10010110 10110 11111 0 1010101 101001 1010010 1001010 100010

Color Harmonies of #689616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689616

Black with #689616

Text Example


Text Example

White with #689616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689616; }

 p { color: rgb(104,150,22); }

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

background-color css

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

 a { background-color: rgb(104,150,22); }

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

border-color css

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

 span { border-color: rgb(104,150,22); }

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