#618414

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

Shades of Olive Drab #618414

Tints of Olive Drab #618414

Color information

#618414 (or 0x618414) is unknown color: approx Olive Drab. HEX triplet: 61, 84 and 14. RGB value is (97,132,20). Sum of RGB (Red+Green+Blue) = 97+132+20=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #618414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618414 is #9E7BEB. Grayscale: #6D6D6D. Windows color (decimal): -10386412 or 1344609. OLE color: 1344609.

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

Color convert

RGB9713220-
CMYK0.2700.850.48
HSL78.75º73.68%29.8%-
HSV(B)78.75º84.85%51.76%-
XYZ13.3119.093.65-
YUV108.7777.9119.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=38.96%
G=53.01%
B=8.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97132200.2700.850.4878.7573.6829.8
Hex6184141B055304f4a1e
Octal141204243301256011711236
Binary1100001100001001010011011010101011100001001111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618414; }

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

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

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

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

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

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

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

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