#618522

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

Shades of Olive Drab #618522

Tints of Olive Drab #618522

Color information

#618522 (or 0x618522) is unknown color: approx Olive Drab. HEX triplet: 61, 85 and 22. RGB value is (97,133,34). Sum of RGB (Red+Green+Blue) = 97+133+34=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #618522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618522 is #9E7ADD. Grayscale: #6F6F6F. Windows color (decimal): -10386142 or 2262369. OLE color: 2262369.

HSL color Cylindrical-coordinate representation of color #618522: hue angle of 81.82º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #618522 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB9713334-
CMYK0.2700.740.48
HSL81.82º59.28%32.75%-
HSV(B)81.82º74.44%52.16%-
XYZ13.6119.434.55-
YUV110.9584.57118.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 133 (52.34% from 255) = 50.38%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=36.74%
G=50.38%
B=12.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97133340.2700.740.4881.8259.2832.75
Hex6185221B04A30523b21
Octal14120542330112601227341
Binary11000011000010110001011011010010101100001010010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618522; }

 p { color: rgb(97,133,34); }

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

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

 a { background-color: rgb(97,133,34); }

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

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

 span { border-color: rgb(97,133,34); }

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