#618811

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

Shades of Olive Drab #618811

Tints of Olive Drab #618811

Color information

#618811 (or 0x618811) is unknown color: approx Olive Drab. HEX triplet: 61, 88 and 11. RGB value is (97,136,17). Sum of RGB (Red+Green+Blue) = 97+136+17=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #618811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618811 is #9E77EE. Grayscale: #6F6F6F. Windows color (decimal): -10385391 or 1149025. OLE color: 1149025.

HSL color Cylindrical-coordinate representation of color #618811: hue angle of 79.66º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #618811 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB9713617-
CMYK0.2900.870.47
HSL79.66º77.78%30%-
HSV(B)79.66º87.5%53.33%-
XYZ13.8420.193.7-
YUV110.7775.08118.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 17 (7.03% from 255) = 6.8%
R=38.8%
G=54.4%
B=6.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136170.2900.870.4779.6677.7830
Hex6188111D0572F504e1e
Octal141210213501275712011636
Binary1100001100010001000111101010101111011111010000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618811; }

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

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

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

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

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

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

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

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