#67820E

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

Shades of Olive Drab #67820E

Tints of Olive Drab #67820E

Color information

#67820E (or 0x67820E) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 0E. RGB value is (103,130,14). Sum of RGB (Red+Green+Blue) = 103+130+14=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #67820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67820E is #987DF1. Grayscale: #6D6D6D. Windows color (decimal): -9993714 or 950887. OLE color: 950887.

HSL color Cylindrical-coordinate representation of color #67820E: hue angle of 73.97º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67820E is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB10313014-
CMYK0.2100.890.49
HSL73.97º80.56%28.24%-
HSV(B)73.97º89.23%50.98%-
XYZ13.6618.883.34-
YUV108.774.55123.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.70%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=41.70%
G=52.63%
B=5.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130140.2100.890.4973.9780.5628.24
Hex6782E15059314a511c
Octal147202162501316111212134
Binary110011110000010111010101010110011100011001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67820E; }

 p { color: rgb(103,130,14); }

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

<style>
 a { background-color: #67820E; }

 a { background-color: rgb(103,130,14); }

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

<style>
 span { border-color: #67820E; }

 span { border-color: rgb(103,130,14); }

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