Html Css Color HEX #689A16 Olive Drab

📋 copy color: '#689A16'

red 104 ◦ green 154 ◦ blue 22

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

Shades of Olive Drab #689A16

Tints of Olive Drab #689A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

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

R = 37.14%
G = 55%
B = 7.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#689A16 (or 0x689A16) is known color: Olive Drab. HEX triplet: 68, 9A and 16. RGB value is (104,154,22). Sum of RGB (Red+Green+Blue) = 104+154+22=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #689A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689A16 is #9765E9. Grayscale: #7C7C7C. Windows color (decimal): -9922026 or 1481320. OLE color: 1481320.

HSL color Cylindrical-coordinate representation of color #689A16: hue angle of 82.73º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689A16 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 22 -
CMYK 0.32 0 0.86 0.40
HSL 82.73º 0.75% 0.35% -
HSV(B) 82.73º 0.86% 0.6% -
XYZ 17.41 26.11 4.88 -
YUV 124 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 104 154 22 0.32 0 0.86 0.40 82.73 0.75 0.35
Hex 68 9A 16 20 0 56 28 53 4B 23
Octal 150 232 26 40 0 126 50 123 113 43
Binary 1101000 10011010 10110 100000 0 1010110 101000 1010011 1001011 100011

Color Harmonies of #689A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A16

Black with #689A16

Text Example


Text Example

White with #689A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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