#618422

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

Shades of Olive Drab #618422

Tints of Olive Drab #618422

Color information

#618422 (or 0x618422) is unknown color: approx Olive Drab. HEX triplet: 61, 84 and 22. RGB value is (97,132,34). Sum of RGB (Red+Green+Blue) = 97+132+34=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #618422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618422 is #9E7BDD. Grayscale: #6E6E6E. Windows color (decimal): -10386398 or 2262113. OLE color: 2262113.

HSL color Cylindrical-coordinate representation of color #618422: hue angle of 81.43º 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 #618422 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB9713234-
CMYK0.2700.740.48
HSL81.43º59.04%32.55%-
HSV(B)81.43º74.24%51.76%-
XYZ13.4719.164.5-
YUV110.3684.9118.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 34 (13.67% from 255) = 12.93%
R=36.88%
G=50.19%
B=12.93%

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
Decimal97132340.2700.740.4881.4359.0432.55
Hex6184221B04A30513b21
Octal14120442330112601217341
Binary11000011000010010001011011010010101100001010001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618422; }

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

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

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

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

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

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

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

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