#628E69

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

Shades of Laurel #628E69

Tints of Laurel #628E69

Color information

#628E69 (or 0x628E69) is unknown color: approx Laurel. HEX triplet: 62, 8E and 69. RGB value is (98,142,105). Sum of RGB (Red+Green+Blue) = 98+142+105=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #628E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E69 is #9D7196. Grayscale: #7C7C7C. Windows color (decimal): -10318231 or 6917730. OLE color: 6917730.

HSL color Cylindrical-coordinate representation of color #628E69: hue angle of 129.55º 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 #628E69 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB98142105-
CMYK0.3100.260.44
HSL129.55º18.33%47.06%-
HSV(B)129.55º30.99%55.69%-
XYZ17.2622.9616.89-
YUV124.63116.92109.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=28.41%
G=41.16%
B=30.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421050.3100.260.44129.5518.3347.06
Hex628E691F01A2C82122f
Octal14221615137032542022257
Binary1100010100011101101001111110110101011001000001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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