#627F65

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

Shades of Laurel #627F65

Tints of Laurel #627F65

Color information

#627F65 (or 0x627F65) is unknown color: approx Laurel. HEX triplet: 62, 7F and 65. RGB value is (98,127,101). Sum of RGB (Red+Green+Blue) = 98+127+101=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #627F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F65 is #9D809A. Grayscale: #737373. Windows color (decimal): -10322075 or 6651746. OLE color: 6651746.

HSL color Cylindrical-coordinate representation of color #627F65: hue angle of 126.21º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627F65 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB98127101-
CMYK0.2300.200.50
HSL126.21º12.89%44.12%-
HSV(B)126.21º22.83%49.8%-
XYZ14.9818.7215.13-
YUV115.36119.89115.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.06%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=30.06%
G=38.96%
B=30.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981271010.2300.200.50126.2112.8944.12
Hex627F6517014327ed2c
Octal14217714527024621761554
Binary1100010111111111001011011101010011001011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627F65; }

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

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

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

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

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

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

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

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