#618964

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

Shades of Laurel #618964

Tints of Laurel #618964

Color information

#618964 (or 0x618964) is unknown color: approx Laurel. HEX triplet: 61, 89 and 64. RGB value is (97,137,100). Sum of RGB (Red+Green+Blue) = 97+137+100=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #618964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618964 is #9E769B. Grayscale: #787878. Windows color (decimal): -10385052 or 6588769. OLE color: 6588769.

HSL color Cylindrical-coordinate representation of color #618964: hue angle of 124.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618964 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB97137100-
CMYK0.2900.270.46
HSL124.5º17.09%45.88%-
HSV(B)124.5º29.2%53.73%-
XYZ16.1821.3515.33-
YUV120.82116.25111.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=29.04%
G=41.02%
B=29.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371000.2900.270.46124.517.0945.88
Hex6189641D01B2E7c112e
Octal14121114435033561742156
Binary110000110001001110010011101011011101110111110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618964; }

 p { color: rgb(97,137,100); }

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

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

 a { background-color: rgb(97,137,100); }

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

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

 span { border-color: rgb(97,137,100); }

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