#68872C

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

Shades of Olive Drab #68872C

Tints of Olive Drab #68872C

Color information

#68872C (or 0x68872C) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 2C. RGB value is (104,135,44). Sum of RGB (Red+Green+Blue) = 104+135+44=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #68872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68872C is #9778D3. Grayscale: #737373. Windows color (decimal): -9926868 or 2918248. OLE color: 2918248.

HSL color Cylindrical-coordinate representation of color #68872C: hue angle of 80.44º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68872C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10413544-
CMYK0.2300.670.47
HSL80.44º50.84%35.1%-
HSV(B)80.44º67.41%52.94%-
XYZ14.8320.455.55-
YUV115.3687.73119.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=36.75%
G=47.70%
B=15.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135440.2300.670.4780.4450.8435.1
Hex68872C170432F503323
Octal15020754270103571206343
Binary11010001000011110110010111010000111011111010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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