#6A8539

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

Shades of Olive Drab #6A8539

Tints of Olive Drab #6A8539

Color information

#6A8539 (or 0x6A8539) is unknown color: approx Olive Drab. HEX triplet: 6A, 85 and 39. RGB value is (106,133,57). Sum of RGB (Red+Green+Blue) = 106+133+57=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8539 is #957AC6. Grayscale: #747474. Windows color (decimal): -9796295 or 3769706. OLE color: 3769706.

HSL color Cylindrical-coordinate representation of color #6A8539: hue angle of 81.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A8539 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB10613357-
CMYK0.2000.570.48
HSL81.32º40%37.25%-
HSV(B)81.32º57.14%52.16%-
XYZ15.0720.136.96-
YUV116.2694.55120.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=35.81%
G=44.93%
B=19.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106133570.2000.570.4881.324037.25
Hex6A85391403930512825
Octal1522057124071601215045
Binary1101010100001011110011010001110011100001010001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,57); }

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

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

 a { background-color: rgb(106,133,57); }

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

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

 span { border-color: rgb(106,133,57); }

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