#6A8B15

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

Shades of Olive Drab #6A8B15

Tints of Olive Drab #6A8B15

Color information

#6A8B15 (or 0x6A8B15) is unknown color: approx Olive Drab. HEX triplet: 6A, 8B and 15. RGB value is (106,139,21). Sum of RGB (Red+Green+Blue) = 106+139+21=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #6A8B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8B15 is #9574EA. Grayscale: #747474. Windows color (decimal): -9794795 or 1411946. OLE color: 1411946.

HSL color Cylindrical-coordinate representation of color #6A8B15: hue angle of 76.78º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A8B15 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB10613921-
CMYK0.2400.850.45
HSL76.78º73.75%31.37%-
HSV(B)76.78º84.89%54.51%-
XYZ15.3121.584.07-
YUV115.6874.57121.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=39.85%
G=52.26%
B=7.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106139210.2400.850.4576.7873.7531.37
Hex6A8B15180552D4d4a1f
Octal152213253001255511511237
Binary1101010100010111010111000010101011011011001101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,139,21); }

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

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

 a { background-color: rgb(106,139,21); }

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

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

 span { border-color: rgb(106,139,21); }

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