#628168

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

Shades of Laurel #628168

Tints of Laurel #628168

Color information

#628168 (or 0x628168) is unknown color: approx Laurel. HEX triplet: 62, 81 and 68. RGB value is (98,129,104). Sum of RGB (Red+Green+Blue) = 98+129+104=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #628168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628168 is #9D7E97. Grayscale: #747474. Windows color (decimal): -10321560 or 6848866. OLE color: 6848866.

HSL color Cylindrical-coordinate representation of color #628168: hue angle of 131.61º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #628168 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB98129104-
CMYK0.2400.190.49
HSL131.61º13.66%44.51%-
HSV(B)131.61º24.03%50.59%-
XYZ15.3919.316.01-
YUV116.88120.73114.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=29.61%
G=38.97%
B=31.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981291040.2400.190.49131.6113.6644.51
Hex628168180133184e2d
Octal14220115030023612041655
Binary110001010000001110100011000010011110001100001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628168; }

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

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

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

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

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

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

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

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