#6A8717

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

Shades of Olive Drab #6A8717

Tints of Olive Drab #6A8717

Color information

#6A8717 (or 0x6A8717) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 17. RGB value is (106,135,23). Sum of RGB (Red+Green+Blue) = 106+135+23=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8717 is #9578E8. Grayscale: #717171. Windows color (decimal): -9795817 or 1541994. OLE color: 1541994.

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

Color convert

RGB10613523-
CMYK0.2100.830.47
HSL75.54º70.89%30.98%-
HSV(B)75.54º82.96%52.94%-
XYZ14.7620.453.98-
YUV113.5676.89122.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.15%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=40.15%
G=51.14%
B=8.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135230.2100.830.4775.5470.8930.98
Hex6A8717150532F4c471f
Octal152207272501235711410737
Binary1101010100001111011110101010100111011111001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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