Html Css Color HEX #689214 Olive Drab

📋 copy color: '#689214'

red 104 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #689214

Tints of Olive Drab #689214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.07%

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

R = 38.52%
G = 54.07%
B = 7.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#689214 (or 0x689214) is known color: Olive Drab. HEX triplet: 68, 92 and 14. RGB value is (104,146,20). Sum of RGB (Red+Green+Blue) = 104+146+20=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #689214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689214 is #976DEB. Grayscale: #777777. Windows color (decimal): -9924076 or 1348200. OLE color: 1348200.

HSL color Cylindrical-coordinate representation of color #689214: hue angle of 80º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689214 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 20 -
CMYK 0.29 0 0.86 0.43
HSL 80º 0.76% 0.33% -
HSV(B) 80º 0.86% 0.57% -
XYZ 16.11 23.55 4.36 -
YUV 119.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 104 146 20 0.29 0 0.86 0.43 80 0.76 0.33
Hex 68 92 14 1D 0 56 2B 50 4C 21
Octal 150 222 24 35 0 126 53 120 114 41
Binary 1101000 10010010 10100 11101 0 1010110 101011 1010000 1001100 100001

Color Harmonies of #689214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689214

Black with #689214

Text Example


Text Example

White with #689214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689214; }

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

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

background-color css

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

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

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

border-color css

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

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

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