#6A881A

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

Shades of Olive Drab #6A881A

Tints of Olive Drab #6A881A

Color information

#6A881A (or 0x6A881A) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 1A. RGB value is (106,136,26). Sum of RGB (Red+Green+Blue) = 106+136+26=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #6A881A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A881A is #9577E5. Grayscale: #727272. Windows color (decimal): -9795558 or 1738858. OLE color: 1738858.

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

Color convert

RGB10613626-
CMYK0.2200.810.47
HSL76.36º67.9%31.76%-
HSV(B)76.36º80.88%53.33%-
XYZ14.9320.754.19-
YUV114.4978.06121.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 136 (53.52% from 255) = 50.75%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=39.55%
G=50.75%
B=9.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136260.2200.810.4776.3667.931.76
Hex6A881A160512F4c4420
Octal152210322601215711410440
Binary11010101000100011010101100101000110111110011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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