#628E6A

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

Shades of Laurel #628E6A

Tints of Laurel #628E6A

Color information

#628E6A (or 0x628E6A) is unknown color: approx Laurel. HEX triplet: 62, 8E and 6A. RGB value is (98,142,106). Sum of RGB (Red+Green+Blue) = 98+142+106=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #628E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E6A is #9D7195. Grayscale: #7C7C7C. Windows color (decimal): -10318230 or 6983266. OLE color: 6983266.

HSL color Cylindrical-coordinate representation of color #628E6A: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E6A is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB98142106-
CMYK0.3100.250.44
HSL130.91º18.33%47.06%-
HSV(B)130.91º30.99%55.69%-
XYZ17.3122.9817.16-
YUV124.74117.42108.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=28.32%
G=41.04%
B=30.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421060.3100.250.44130.9118.3347.06
Hex628E6A1F0192C83122f
Octal14221615237031542032257
Binary1100010100011101101010111110110011011001000001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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