#6A8115

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

Shades of Olive Drab #6A8115

Tints of Olive Drab #6A8115

Color information

#6A8115 (or 0x6A8115) is unknown color: approx Olive Drab. HEX triplet: 6A, 81 and 15. RGB value is (106,129,21). Sum of RGB (Red+Green+Blue) = 106+129+21=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8115 is #957EEA. Grayscale: #6E6E6E. Windows color (decimal): -9797355 or 1409386. OLE color: 1409386.

HSL color Cylindrical-coordinate representation of color #6A8115: hue angle of 72.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A8115 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB10612921-
CMYK0.1800.840.49
HSL72.78º72%29.41%-
HSV(B)72.78º83.72%50.59%-
XYZ13.9318.823.61-
YUV109.8177.88125.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 129 (50.78% from 255) = 50.39%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=41.41%
G=50.39%
B=8.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106129210.1800.840.4972.787229.41
Hex6A8115120543149481d
Octal152201252201246111111035
Binary1101010100000011010110010010101001100011001001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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