#628769

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

Shades of Laurel #628769

Tints of Laurel #628769

Color information

#628769 (or 0x628769) is unknown color: approx Laurel. HEX triplet: 62, 87 and 69. RGB value is (98,135,105). Sum of RGB (Red+Green+Blue) = 98+135+105=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #628769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628769 is #9D7896. Grayscale: #787878. Windows color (decimal): -10320023 or 6915938. OLE color: 6915938.

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

Color convert

RGB98135105-
CMYK0.2700.220.47
HSL131.35º15.88%45.69%-
HSV(B)131.35º27.41%52.94%-
XYZ16.2520.9416.55-
YUV120.52119.24111.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=28.99%
G=39.94%
B=31.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351050.2700.220.47131.3515.8845.69
Hex6287691B0162F83102e
Octal14220715133026572032056
Binary1100010100001111101001110110101101011111000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628769; }

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

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

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

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

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

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

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

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