#618064

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

Shades of Laurel #618064

Tints of Laurel #618064

Color information

#618064 (or 0x618064) is unknown color: approx Laurel. HEX triplet: 61, 80 and 64. RGB value is (97,128,100). Sum of RGB (Red+Green+Blue) = 97+128+100=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #618064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618064 is #9E7F9B. Grayscale: #737373. Windows color (decimal): -10387356 or 6586465. OLE color: 6586465.

HSL color Cylindrical-coordinate representation of color #618064: hue angle of 125.81º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618064 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB97128100-
CMYK0.2400.220.50
HSL125.81º13.78%44.12%-
HSV(B)125.81º24.22%50.2%-
XYZ14.9518.914.92-
YUV115.54119.23114.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=29.85%
G=39.38%
B=30.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281000.2400.220.50125.8113.7844.12
Hex61806418016327ee2c
Octal14120014430026621761654
Binary11000011000000011001001100001011011001011111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618064; }

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

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

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

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

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

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

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

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