#6A881F

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

Shades of Olive Drab #6A881F

Tints of Olive Drab #6A881F

Color information

#6A881F (or 0x6A881F) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 1F. RGB value is (106,136,31). Sum of RGB (Red+Green+Blue) = 106+136+31=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #6A881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A881F is #9577E0. Grayscale: #737373. Windows color (decimal): -9795553 or 2066538. OLE color: 2066538.

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

Color convert

RGB10613631-
CMYK0.2200.770.47
HSL77.14º62.87%32.75%-
HSV(B)77.14º77.21%53.33%-
XYZ1520.774.52-
YUV115.0680.56121.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=38.83%
G=49.82%
B=11.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136310.2200.770.4777.1462.8732.75
Hex6A881F1604D2F4d3f21
Octal15221037260115571157741
Binary1101010100010001111110110010011011011111001101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A881F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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