#67822D

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

Shades of Olive Drab #67822D

Tints of Olive Drab #67822D

Color information

#67822D (or 0x67822D) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 2D. RGB value is (103,130,45). Sum of RGB (Red+Green+Blue) = 103+130+45=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #67822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67822D is #987DD2. Grayscale: #707070. Windows color (decimal): -9993683 or 2982503. OLE color: 2982503.

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

Color convert

RGB10313045-
CMYK0.2100.650.49
HSL79.06º48.57%34.31%-
HSV(B)79.06º65.38%50.98%-
XYZ14.0519.045.42-
YUV112.2490.05121.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=37.05%
G=46.76%
B=16.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130450.2100.650.4979.0648.5734.31
Hex67822D15041314f3122
Octal14720255250101611176142
Binary11001111000001010110110101010000011100011001111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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