#67842A

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

Shades of Olive Drab #67842A

Tints of Olive Drab #67842A

Color information

#67842A (or 0x67842A) is unknown color: approx Olive Drab. HEX triplet: 67, 84 and 2A. RGB value is (103,132,42). Sum of RGB (Red+Green+Blue) = 103+132+42=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #67842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67842A is #987BD5. Grayscale: #717171. Windows color (decimal): -9993174 or 2786407. OLE color: 2786407.

HSL color Cylindrical-coordinate representation of color #67842A: hue angle of 79.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67842A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB10313242-
CMYK0.2200.680.48
HSL79.33º51.72%34.12%-
HSV(B)79.33º68.18%51.76%-
XYZ14.2619.555.21-
YUV113.0787.89120.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=37.18%
G=47.65%
B=15.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103132420.2200.680.4879.3351.7234.12
Hex67842A16044304f3422
Octal14720452260104601176442
Binary11001111000010010101010110010001001100001001111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67842A; }

 p { color: rgb(103,132,42); }

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

<style>
 a { background-color: #67842A; }

 a { background-color: rgb(103,132,42); }

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

<style>
 span { border-color: #67842A; }

 span { border-color: rgb(103,132,42); }

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