#627F67

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

Shades of Laurel #627F67

Tints of Laurel #627F67

Color information

#627F67 (or 0x627F67) is unknown color: approx Laurel. HEX triplet: 62, 7F and 67. RGB value is (98,127,103). Sum of RGB (Red+Green+Blue) = 98+127+103=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 127 - color contains mainly: green. Hex color #627F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627F67 is #9D8098. Grayscale: #737373. Windows color (decimal): -10322073 or 6782818. OLE color: 6782818.

HSL color Cylindrical-coordinate representation of color #627F67: hue angle of 130.34º 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 #627F67 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB98127103-
CMYK0.2300.190.50
HSL130.34º12.89%44.12%-
HSV(B)130.34º22.83%49.8%-
XYZ15.0718.7515.66-
YUV115.59120.89115.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=29.88%
G=38.72%
B=31.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal981271030.2300.190.50130.3412.8944.12
Hex627F67170133282d2c
Octal14217714727023622021554
Binary11000101111111110011110111010011110010100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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