#67841F

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

Shades of Olive Drab #67841F

Tints of Olive Drab #67841F

Color information

#67841F (or 0x67841F) is unknown color: approx Olive Drab. HEX triplet: 67, 84 and 1F. RGB value is (103,132,31). Sum of RGB (Red+Green+Blue) = 103+132+31=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #67841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67841F is #987BE0. Grayscale: #707070. Windows color (decimal): -9993185 or 2065511. OLE color: 2065511.

HSL color Cylindrical-coordinate representation of color #67841F: hue angle of 77.23º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67841F is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB10313231-
CMYK0.2200.770.48
HSL77.23º61.96%31.96%-
HSV(B)77.23º76.52%51.76%-
XYZ14.0919.494.31-
YUV111.8282.39121.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=38.72%
G=49.62%
B=11.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103132310.2200.770.4877.2361.9631.96
Hex67841F1604D304d3e20
Octal14720437260115601157640
Binary1100111100001001111110110010011011100001001101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67841F; }

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

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

<style>
 a { background-color: #67841F; }

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

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

<style>
 span { border-color: #67841F; }

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

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