#628F68

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

Shades of Laurel #628F68

Tints of Laurel #628F68

Color information

#628F68 (or 0x628F68) is unknown color: approx Laurel. HEX triplet: 62, 8F and 68. RGB value is (98,143,104). Sum of RGB (Red+Green+Blue) = 98+143+104=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #628F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628F68 is #9D7097. Grayscale: #7D7D7D. Windows color (decimal): -10317976 or 6852450. OLE color: 6852450.

HSL color Cylindrical-coordinate representation of color #628F68: hue angle of 128º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628F68 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB98143104-
CMYK0.3100.270.44
HSL128º18.67%47.25%-
HSV(B)128º31.47%56.08%-
XYZ17.3623.2416.67-
YUV125.1116.09108.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=28.41%
G=41.45%
B=30.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981431040.3100.270.4412818.6747.25
Hex628F681F01B2C80132f
Octal14221715037033542002357
Binary1100010100011111101000111110110111011001000000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628F68; }

 p { color: rgb(98,143,104); }

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

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

 a { background-color: rgb(98,143,104); }

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

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

 span { border-color: rgb(98,143,104); }

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