#67821D

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

Shades of Olive Drab #67821D

Tints of Olive Drab #67821D

Color information

#67821D (or 0x67821D) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 1D. RGB value is (103,130,29). Sum of RGB (Red+Green+Blue) = 103+130+29=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #67821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67821D is #987DE2. Grayscale: #6E6E6E. Windows color (decimal): -9993699 or 1933927. OLE color: 1933927.

HSL color Cylindrical-coordinate representation of color #67821D: hue angle of 76.04º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67821D is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB10313029-
CMYK0.2100.780.49
HSL76.04º63.52%31.18%-
HSV(B)76.04º77.69%50.98%-
XYZ13.818.944.09-
YUV110.4182.05122.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.31%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 29 (11.72% from 255) = 11.07%
R=39.31%
G=49.62%
B=11.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130290.2100.780.4976.0463.5231.18
Hex67821D1504E314c401f
Octal147202352501166111410037
Binary1100111100000101110110101010011101100011001100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67821D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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