#6A882B

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

Shades of Olive Drab #6A882B

Tints of Olive Drab #6A882B

Color information

#6A882B (or 0x6A882B) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 2B. RGB value is (106,136,43). Sum of RGB (Red+Green+Blue) = 106+136+43=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #6A882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A882B is #9577D4. Grayscale: #747474. Windows color (decimal): -9795541 or 2852970. OLE color: 2852970.

HSL color Cylindrical-coordinate representation of color #6A882B: hue angle of 79.35º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A882B is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10613643-
CMYK0.2200.680.47
HSL79.35º51.96%35.1%-
HSV(B)79.35º68.38%53.33%-
XYZ15.1820.855.51-
YUV116.4386.56120.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=37.19%
G=47.72%
B=15.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136430.2200.680.4779.3551.9635.1
Hex6A882B160442F4f3423
Octal15221053260104571176443
Binary11010101000100010101110110010001001011111001111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A882B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,136,43); }

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

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

 a { background-color: rgb(106,136,43); }

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

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

 span { border-color: rgb(106,136,43); }

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