#68870C

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

Shades of Olive Drab #68870C

Tints of Olive Drab #68870C

Color information

#68870C (or 0x68870C) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 0C. RGB value is (104,135,12). Sum of RGB (Red+Green+Blue) = 104+135+12=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #68870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68870C is #9778F3. Grayscale: #707070. Windows color (decimal): -9926900 or 821096. OLE color: 821096.

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

Color convert

RGB10413512-
CMYK0.2300.910.47
HSL75.12º83.67%28.82%-
HSV(B)75.12º91.11%52.94%-
XYZ14.4420.33.5-
YUV111.7171.73122.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 12 (5.08% from 255) = 4.78%
R=41.43%
G=53.78%
B=4.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135120.2300.910.4775.1283.6728.82
Hex6887C1705B2F4b541d
Octal150207142701335711312435
Binary110100010000111110010111010110111011111001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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