#689214

Color #689214 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #689214

Tints of Olive Drab #689214

Color information

#689214 (or 0x689214) is unknown color: approx 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

RGB10414620-
CMYK0.2900.860.43
HSL80º75.9%32.55%-
HSV(B)80º86.3%57.25%-
XYZ16.1123.554.36-
YUV119.0872.09117.25-

RGB Variations

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

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.20% from 255) = 7.41%
R=38.52%
G=54.07%
B=7.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146200.2900.860.438075.932.55
Hex6892141D0562B504c21
Octal150222243501265312011441
Binary11010001001001010100111010101011010101110100001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>