#67810D

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

Shades of Olive Drab #67810D

Tints of Olive Drab #67810D

Color information

#67810D (or 0x67810D) is unknown color: approx Olive Drab. HEX triplet: 67, 81 and 0D. RGB value is (103,129,13). Sum of RGB (Red+Green+Blue) = 103+129+13=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #67810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67810D is #987EF2. Grayscale: #6C6C6C. Windows color (decimal): -9993971 or 885095. OLE color: 885095.

HSL color Cylindrical-coordinate representation of color #67810D: hue angle of 73.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67810D is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB10312913-
CMYK0.2000.900.49
HSL73.45º81.69%27.84%-
HSV(B)73.45º89.92%50.59%-
XYZ13.5218.613.26-
YUV10874.39124.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.04%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=42.04%
G=52.65%
B=5.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129130.2000.900.4973.4581.6927.84
Hex6781D1405A3149521c
Octal147201152401326111112234
Binary110011110000001110110100010110101100011001001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,129,13); }

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

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

 a { background-color: rgb(103,129,13); }

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

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

 span { border-color: rgb(103,129,13); }

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