#6A8821

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

Shades of Olive Drab #6A8821

Tints of Olive Drab #6A8821

Color information

#6A8821 (or 0x6A8821) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 21. RGB value is (106,136,33). Sum of RGB (Red+Green+Blue) = 106+136+33=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8821 is #9577DE. Grayscale: #737373. Windows color (decimal): -9795551 or 2197610. OLE color: 2197610.

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

Color convert

RGB10613633-
CMYK0.2200.760.47
HSL77.48º60.95%33.14%-
HSV(B)77.48º75.74%53.33%-
XYZ15.0220.784.66-
YUV115.2981.56121.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.55%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 33 (13.28% from 255) = 12%
R=38.55%
G=49.45%
B=12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136330.2200.760.4777.4860.9533.14
Hex6A88211604C2F4d3d21
Octal15221041260114571157541
Binary11010101000100010000110110010011001011111001101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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