#628068

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

Shades of Laurel #628068

Tints of Laurel #628068

Color information

#628068 (or 0x628068) is unknown color: approx Laurel. HEX triplet: 62, 80 and 68. RGB value is (98,128,104). Sum of RGB (Red+Green+Blue) = 98+128+104=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #628068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628068 is #9D7F97. Grayscale: #747474. Windows color (decimal): -10321816 or 6848610. OLE color: 6848610.

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

Color convert

RGB98128104-
CMYK0.2300.190.50
HSL132º13.27%44.31%-
HSV(B)132º23.44%50.2%-
XYZ15.2519.0315.97-
YUV116.29121.06114.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 104 (41.02% from 255) = 31.52%
R=29.70%
G=38.79%
B=31.52%

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
Decimal981281040.2300.190.5013213.2744.31
Hex628068170133284d2c
Octal14220015027023622041554
Binary110001010000000110100010111010011110010100001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628068; }

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

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

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

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

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

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

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

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