#6A802F

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

Shades of Olive Drab #6A802F

Tints of Olive Drab #6A802F

Color information

#6A802F (or 0x6A802F) is unknown color: approx Olive Drab. HEX triplet: 6A, 80 and 2F. RGB value is (106,128,47). Sum of RGB (Red+Green+Blue) = 106+128+47=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #6A802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A802F is #957FD0. Grayscale: #707070. Windows color (decimal): -9797585 or 3113066. OLE color: 3113066.

HSL color Cylindrical-coordinate representation of color #6A802F: hue angle of 76.3º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A802F is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB10612847-
CMYK0.1700.630.50
HSL76.3º46.29%34.31%-
HSV(B)76.3º63.28%50.2%-
XYZ14.1818.715.55-
YUV112.1991.21123.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=37.72%
G=45.55%
B=16.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106128470.1700.630.5076.346.2934.31
Hex6A802F1103F324c2e22
Octal1522005721077621145642
Binary1101010100000001011111000101111111100101001100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A802F; }

 p { color: rgb(106,128,47); }

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

<style>
 a { background-color: #6A802F; }

 a { background-color: rgb(106,128,47); }

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

<style>
 span { border-color: #6A802F; }

 span { border-color: rgb(106,128,47); }

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