#628D6A

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

Shades of Laurel #628D6A

Tints of Laurel #628D6A

Color information

#628D6A (or 0x628D6A) is unknown color: approx Laurel. HEX triplet: 62, 8D and 6A. RGB value is (98,141,106). Sum of RGB (Red+Green+Blue) = 98+141+106=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #628D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D6A is #9D7295. Grayscale: #7C7C7C. Windows color (decimal): -10318486 or 6983010. OLE color: 6983010.

HSL color Cylindrical-coordinate representation of color #628D6A: hue angle of 131.16º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628D6A is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB98141106-
CMYK0.3000.250.45
HSL131.16º17.99%46.86%-
HSV(B)131.16º30.5%55.29%-
XYZ17.1622.6917.11-
YUV124.15117.75109.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=28.41%
G=40.87%
B=30.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411060.3000.250.45131.1617.9946.86
Hex628D6A1E0192D83122f
Octal14221515236031552032257
Binary1100010100011011101010111100110011011011000001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628D6A; }

 p { color: rgb(98,141,106); }

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

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

 a { background-color: rgb(98,141,106); }

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

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

 span { border-color: rgb(98,141,106); }

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