#628869

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

Shades of Laurel #628869

Tints of Laurel #628869

Color information

#628869 (or 0x628869) is unknown color: approx Laurel. HEX triplet: 62, 88 and 69. RGB value is (98,136,105). Sum of RGB (Red+Green+Blue) = 98+136+105=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #628869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628869 is #9D7796. Grayscale: #797979. Windows color (decimal): -10319767 or 6916194. OLE color: 6916194.

HSL color Cylindrical-coordinate representation of color #628869: hue angle of 131.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628869 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB98136105-
CMYK0.2800.230.47
HSL131.05º16.24%45.88%-
HSV(B)131.05º27.94%53.33%-
XYZ16.3921.2216.6-
YUV121.1118.91111.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=28.91%
G=40.12%
B=30.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981361050.2800.230.47131.0516.2445.88
Hex6288691C0172F83102e
Octal14221015134027572032056
Binary1100010100010001101001111000101111011111000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628869; }

 p { color: rgb(98,136,105); }

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

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

 a { background-color: rgb(98,136,105); }

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

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

 span { border-color: rgb(98,136,105); }

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