#67802C

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

Shades of Olive Drab #67802C

Tints of Olive Drab #67802C

Color information

#67802C (or 0x67802C) is unknown color: approx Olive Drab. HEX triplet: 67, 80 and 2C. RGB value is (103,128,44). Sum of RGB (Red+Green+Blue) = 103+128+44=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #67802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67802C is #987FD3. Grayscale: #6F6F6F. Windows color (decimal): -9994196 or 2916455. OLE color: 2916455.

HSL color Cylindrical-coordinate representation of color #67802C: hue angle of 77.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67802C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB10312844-
CMYK0.2000.660.50
HSL77.86º48.84%33.73%-
HSV(B)77.86º65.62%50.2%-
XYZ13.7718.55.23-
YUV110.9590.22122.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 44 (17.58% from 255) = 16%
R=37.45%
G=46.55%
B=16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103128440.2000.660.5077.8648.8433.73
Hex67802C14042324e3122
Octal14720054240102621166142
Binary11001111000000010110010100010000101100101001110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67802C; }

 p { color: rgb(103,128,44); }

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

<style>
 a { background-color: #67802C; }

 a { background-color: rgb(103,128,44); }

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

<style>
 span { border-color: #67802C; }

 span { border-color: rgb(103,128,44); }

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