#628768

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

Shades of Laurel #628768

Tints of Laurel #628768

Color information

#628768 (or 0x628768) is unknown color: approx Laurel. HEX triplet: 62, 87 and 68. RGB value is (98,135,104). Sum of RGB (Red+Green+Blue) = 98+135+104=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #628768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628768 is #9D7897. Grayscale: #787878. Windows color (decimal): -10320024 or 6850402. OLE color: 6850402.

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

Color convert

RGB98135104-
CMYK0.2700.230.47
HSL129.73º15.88%45.69%-
HSV(B)129.73º27.41%52.94%-
XYZ16.220.9216.28-
YUV120.4118.74112.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.08%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=29.08%
G=40.06%
B=30.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351040.2700.230.47129.7315.8845.69
Hex6287681B0172F82102e
Octal14220715033027572022056
Binary1100010100001111101000110110101111011111000001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628768; }

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

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

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

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

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

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

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

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