#627965

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

Shades of Laurel #627965

Tints of Laurel #627965

Color information

#627965 (or 0x627965) is unknown color: approx Laurel. HEX triplet: 62, 79 and 65. RGB value is (98,121,101). Sum of RGB (Red+Green+Blue) = 98+121+101=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #627965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627965 is #9D869A. Grayscale: #6F6F6F. Windows color (decimal): -10323611 or 6650210. OLE color: 6650210.

HSL color Cylindrical-coordinate representation of color #627965: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #627965 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB98121101-
CMYK0.1900.170.53
HSL127.83º10.5%42.94%-
HSV(B)127.83º19.01%47.45%-
XYZ14.2217.2114.88-
YUV111.84121.88118.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.62%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=30.62%
G=37.81%
B=31.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981211010.1900.170.53127.8310.542.94
Hex627965130113580b2b
Octal14217114523021652001353
Binary11000101111001110010110011010001110101100000001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627965; }

 p { color: rgb(98,121,101); }

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

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

 a { background-color: rgb(98,121,101); }

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

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

 span { border-color: rgb(98,121,101); }

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