#618821

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

Shades of Olive Drab #618821

Tints of Olive Drab #618821

Color information

#618821 (or 0x618821) is unknown color: approx Olive Drab. HEX triplet: 61, 88 and 21. RGB value is (97,136,33). Sum of RGB (Red+Green+Blue) = 97+136+33=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #618821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618821 is #9E77DE. Grayscale: #707070. Windows color (decimal): -10385375 or 2197601. OLE color: 2197601.

HSL color Cylindrical-coordinate representation of color #618821: hue angle of 82.72º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #618821 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB9713633-
CMYK0.2900.760.47
HSL82.72º60.95%33.14%-
HSV(B)82.72º75.74%53.33%-
XYZ14.0120.264.61-
YUV112.683.08116.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=36.47%
G=51.13%
B=12.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136330.2900.760.4782.7260.9533.14
Hex6188211D04C2F533d21
Octal14121041350114571237541
Binary11000011000100010000111101010011001011111010011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618821; }

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

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

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

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

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

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

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

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