#67802B

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

Shades of Olive Drab #67802B

Tints of Olive Drab #67802B

Color information

#67802B (or 0x67802B) is unknown color: approx Olive Drab. HEX triplet: 67, 80 and 2B. RGB value is (103,128,43). Sum of RGB (Red+Green+Blue) = 103+128+43=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #67802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67802B is #987FD4. Grayscale: #6F6F6F. Windows color (decimal): -9994197 or 2850919. OLE color: 2850919.

HSL color Cylindrical-coordinate representation of color #67802B: hue angle of 77.65º degrees, saturation: 0.5, 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 #67802B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB10312843-
CMYK0.2000.660.50
HSL77.65º49.71%33.53%-
HSV(B)77.65º66.41%50.2%-
XYZ13.7518.55.13-
YUV110.8489.72122.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=37.59%
G=46.72%
B=15.69%

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
Decimal103128430.2000.660.5077.6549.7133.53
Hex67802B14042324e3222
Octal14720053240102621166242
Binary11001111000000010101110100010000101100101001110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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