#6A8724

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

Shades of Olive Drab #6A8724

Tints of Olive Drab #6A8724

Color information

#6A8724 (or 0x6A8724) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 24. RGB value is (106,135,36). Sum of RGB (Red+Green+Blue) = 106+135+36=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8724 is #9578DB. Grayscale: #737373. Windows color (decimal): -9795804 or 2393962. OLE color: 2393962.

HSL color Cylindrical-coordinate representation of color #6A8724: hue angle of 77.58º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8724 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB10613536-
CMYK0.2100.730.47
HSL77.58º57.89%33.53%-
HSV(B)77.58º73.33%52.94%-
XYZ14.9320.524.84-
YUV115.0483.39121.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 36 (14.45% from 255) = 13.00%
R=38.27%
G=48.74%
B=13.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135360.2100.730.4777.5857.8933.53
Hex6A8724150492F4e3a22
Octal15220744250111571167242
Binary11010101000011110010010101010010011011111001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,36); }

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

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

 a { background-color: rgb(106,135,36); }

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

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

 span { border-color: rgb(106,135,36); }

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