Html Css Color HEX #689914 Olive Drab

📋 copy color: '#689914'

red 104 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #689914

Tints of Olive Drab #689914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.23%

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 37.55%
G = 55.23%
B = 7.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#689914 (or 0x689914) is known color: Olive Drab. HEX triplet: 68, 99 and 14. RGB value is (104,153,20). Sum of RGB (Red+Green+Blue) = 104+153+20=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #689914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689914 is #9766EB. Grayscale: #7B7B7B. Windows color (decimal): -9922284 or 1349992. OLE color: 1349992.

HSL color Cylindrical-coordinate representation of color #689914: hue angle of 82.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #689914 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 20 -
CMYK 0.32 0 0.87 0.4
HSL 82.11º 0.77% 0.34% -
HSV(B) 82.11º 0.87% 0.6% -
XYZ 17.23 25.78 4.73 -
YUV 123.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 104 153 20 0.32 0 0.87 0.4 82.11 0.77 0.34
Hex 68 99 14 20 0 57 28 52 4D 22
Octal 150 231 24 40 0 127 50 122 115 42
Binary 1101000 10011001 10100 100000 0 1010111 101000 1010010 1001101 100010

Color Harmonies of #689914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689914

Black with #689914

Text Example


Text Example

White with #689914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689914; }

 p { color: rgb(104,153,20); }

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

background-color css

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

 a { background-color: rgb(104,153,20); }

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

border-color css

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

 span { border-color: rgb(104,153,20); }

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