#6C802B

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

Shades of Olive Drab #6C802B

Tints of Olive Drab #6C802B

Color information

#6C802B (or 0x6C802B) is unknown color: approx Olive Drab. HEX triplet: 6C, 80 and 2B. RGB value is (108,128,43). Sum of RGB (Red+Green+Blue) = 108+128+43=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #6C802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C802B is #937FD4. Grayscale: #707070. Windows color (decimal): -9666517 or 2850924. OLE color: 2850924.

HSL color Cylindrical-coordinate representation of color #6C802B: hue angle of 74.12º 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 #6C802B is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB10812843-
CMYK0.1600.660.50
HSL74.12º49.71%33.53%-
HSV(B)74.12º66.41%50.2%-
XYZ14.3418.85.16-
YUV112.3388.87124.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=38.71%
G=45.88%
B=15.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108128430.1600.660.5074.1249.7133.53
Hex6C802B10042324a3222
Octal15420053200102621126242
Binary11011001000000010101110000010000101100101001010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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