#67911F

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

Shades of Olive Drab #67911F

Tints of Olive Drab #67911F

Color information

#67911F (or 0x67911F) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 1F. RGB value is (103,145,31). Sum of RGB (Red+Green+Blue) = 103+145+31=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #67911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67911F is #986EE0. Grayscale: #777777. Windows color (decimal): -9989857 or 2068839. OLE color: 2068839.

HSL color Cylindrical-coordinate representation of color #67911F: hue angle of 82.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67911F is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB10314531-
CMYK0.2900.790.43
HSL82.11º64.77%34.51%-
HSV(B)82.11º78.62%56.86%-
XYZ15.9723.234.94-
YUV119.4578.09116.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=36.92%
G=51.97%
B=11.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145310.2900.790.4382.1164.7734.51
Hex67911F1D04F2B524123
Octal147221373501175312210143
Binary11001111001000111111111010100111110101110100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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