#618614

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

Shades of Olive Drab #618614

Tints of Olive Drab #618614

Color information

#618614 (or 0x618614) is unknown color: approx Olive Drab. HEX triplet: 61, 86 and 14. RGB value is (97,134,20). Sum of RGB (Red+Green+Blue) = 97+134+20=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #618614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618614 is #9E79EB. Grayscale: #6E6E6E. Windows color (decimal): -10385900 or 1345121. OLE color: 1345121.

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

Color convert

RGB9713420-
CMYK0.2800.850.47
HSL79.47º74.03%30.2%-
HSV(B)79.47º85.07%52.55%-
XYZ13.5819.643.74-
YUV109.9477.24118.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=38.65%
G=53.39%
B=7.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134200.2800.850.4779.4774.0330.2
Hex6186141C0552F4f4a1e
Octal141206243401255711711236
Binary1100001100001101010011100010101011011111001111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618614; }

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

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

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

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

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

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

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

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