#618111

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

Shades of Olive Drab #618111

Tints of Olive Drab #618111

Color information

#618111 (or 0x618111) is unknown color: approx Olive Drab. HEX triplet: 61, 81 and 11. RGB value is (97,129,17). Sum of RGB (Red+Green+Blue) = 97+129+17=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #618111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618111 is #9E7EEE. Grayscale: #6B6B6B. Windows color (decimal): -10387183 or 1147233. OLE color: 1147233.

HSL color Cylindrical-coordinate representation of color #618111: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #618111 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB9712917-
CMYK0.2500.870.49
HSL77.14º76.71%28.63%-
HSV(B)77.14º86.82%50.59%-
XYZ12.8818.283.38-
YUV106.6677.4121.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=39.92%
G=53.09%
B=7.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129170.2500.870.4977.1476.7128.63
Hex61811119057314d4d1d
Octal141201213101276111511535
Binary1100001100000011000111001010101111100011001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618111; }

 p { color: rgb(97,129,17); }

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

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

 a { background-color: rgb(97,129,17); }

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

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

 span { border-color: rgb(97,129,17); }

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