#68902C

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

Shades of Olive Drab #68902C

Tints of Olive Drab #68902C

Color information

#68902C (or 0x68902C) is unknown color: approx Olive Drab. HEX triplet: 68, 90 and 2C. RGB value is (104,144,44). Sum of RGB (Red+Green+Blue) = 104+144+44=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #68902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68902C is #976FD3. Grayscale: #797979. Windows color (decimal): -9924564 or 2920552. OLE color: 2920552.

HSL color Cylindrical-coordinate representation of color #68902C: hue angle of 84º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68902C is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB10414444-
CMYK0.2800.690.44
HSL84º53.19%36.86%-
HSV(B)84º69.44%56.47%-
XYZ16.1423.075.99-
YUV120.6484.75116.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=35.62%
G=49.32%
B=15.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144440.2800.690.448453.1936.86
Hex68902C1C0452C543525
Octal15022054340105541246545
Binary11010001001000010110011100010001011011001010100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68902C; }

 p { color: rgb(104,144,44); }

 H1.HeaderClassName
 {
   color: #68902C;
 }
 .AnyTagClassName
 {
   color: #68902C;
 }
</style>
background-color css

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

 a { background-color: rgb(104,144,44); }

 div.DivClassName
 {
   background-color: #68902C;
 }
 .BgClassName
 {
   background-color: #68902C;
 }
</style>
border-color css

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

 span { border-color: rgb(104,144,44); }

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