#627664

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

Shades of Laurel #627664

Tints of Laurel #627664

Color information

#627664 (or 0x627664) is unknown color: approx Laurel. HEX triplet: 62, 76 and 64. RGB value is (98,118,100). Sum of RGB (Red+Green+Blue) = 98+118+100=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #627664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627664 is #9D899B. Grayscale: #6E6E6E. Windows color (decimal): -10324380 or 6583906. OLE color: 6583906.

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

Color convert

RGB98118100-
CMYK0.1700.150.54
HSL126º9.26%42.35%-
HSV(B)126º16.95%46.27%-
XYZ13.8216.4714.51-
YUV109.97122.37119.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=31.01%
G=37.34%
B=31.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal981181000.1700.150.541269.2642.35
Hex627664110F367e92a
Octal14216614421017661761152
Binary110001011101101100100100010111111011011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627664; }

 p { color: rgb(98,118,100); }

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

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

 a { background-color: rgb(98,118,100); }

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

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

 span { border-color: rgb(98,118,100); }

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