#628766

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

Shades of Laurel #628766

Tints of Laurel #628766

Color information

#628766 (or 0x628766) is unknown color: approx Laurel. HEX triplet: 62, 87 and 66. RGB value is (98,135,102). Sum of RGB (Red+Green+Blue) = 98+135+102=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #628766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628766 is #9D7899. Grayscale: #787878. Windows color (decimal): -10320026 or 6719330. OLE color: 6719330.

HSL color Cylindrical-coordinate representation of color #628766: hue angle of 126.49º 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 #628766 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB98135102-
CMYK0.2700.240.47
HSL126.49º15.88%45.69%-
HSV(B)126.49º27.41%52.94%-
XYZ16.120.8815.75-
YUV120.18117.74112.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=29.25%
G=40.30%
B=30.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351020.2700.240.47126.4915.8845.69
Hex6287661B0182F7e102e
Octal14220714633030571762056
Binary110001010000111110011011011011000101111111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628766; }

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

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

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

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

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

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

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

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