#67820C

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

Shades of Olive Drab #67820C

Tints of Olive Drab #67820C

Color information

#67820C (or 0x67820C) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 0C. RGB value is (103,130,12). Sum of RGB (Red+Green+Blue) = 103+130+12=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #67820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67820C is #987DF3. Grayscale: #6C6C6C. Windows color (decimal): -9993716 or 819815. OLE color: 819815.

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

Color convert

RGB10313012-
CMYK0.2100.910.49
HSL73.73º83.1%27.84%-
HSV(B)73.73º90.77%50.98%-
XYZ13.6418.883.27-
YUV108.4873.55124.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.04%
GREEN value IS 130 (51.17% from 255) = 53.06%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=42.04%
G=53.06%
B=4.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130120.2100.910.4973.7383.127.84
Hex6782C1505B314a531c
Octal147202142501336111212334
Binary110011110000010110010101010110111100011001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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