#68870D

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

Shades of Olive Drab #68870D

Tints of Olive Drab #68870D

Color information

#68870D (or 0x68870D) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 0D. RGB value is (104,135,13). Sum of RGB (Red+Green+Blue) = 104+135+13=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #68870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68870D is #9778F2. Grayscale: #707070. Windows color (decimal): -9926899 or 886632. OLE color: 886632.

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

Color convert

RGB10413513-
CMYK0.2300.900.47
HSL75.25º82.43%29.02%-
HSV(B)75.25º90.37%52.94%-
XYZ14.4520.33.54-
YUV111.8272.23122.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 135 (53.12% from 255) = 53.57%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=41.27%
G=53.57%
B=5.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135130.2300.900.4775.2582.4329.02
Hex6887D1705A2F4b521d
Octal150207152701325711312235
Binary110100010000111110110111010110101011111001011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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