#67812F

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

Shades of Olive Drab #67812F

Tints of Olive Drab #67812F

Color information

#67812F (or 0x67812F) is unknown color: approx Olive Drab. HEX triplet: 67, 81 and 2F. RGB value is (103,129,47). Sum of RGB (Red+Green+Blue) = 103+129+47=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #67812F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67812F is #987ED0. Grayscale: #707070. Windows color (decimal): -9993937 or 3113319. OLE color: 3113319.

HSL color Cylindrical-coordinate representation of color #67812F: hue angle of 79.02º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67812F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB10312947-
CMYK0.2000.640.49
HSL79.02º46.59%34.51%-
HSV(B)79.02º63.57%50.59%-
XYZ13.9618.795.58-
YUV111.8891.39121.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=36.92%
G=46.24%
B=16.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129470.2000.640.4979.0246.5934.51
Hex67812F14040314f2f23
Octal14720157240100611175743
Binary11001111000000110111110100010000001100011001111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,129,47); }

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

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

 a { background-color: rgb(103,129,47); }

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

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

 span { border-color: rgb(103,129,47); }

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