#628B66

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

Shades of Laurel #628B66

Tints of Laurel #628B66

Color information

#628B66 (or 0x628B66) is unknown color: approx Laurel. HEX triplet: 62, 8B and 66. RGB value is (98,139,102). Sum of RGB (Red+Green+Blue) = 98+139+102=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #628B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B66 is #9D7499. Grayscale: #7A7A7A. Windows color (decimal): -10319002 or 6720354. OLE color: 6720354.

HSL color Cylindrical-coordinate representation of color #628B66: hue angle of 125.85º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B66 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB98139102-
CMYK0.2900.270.45
HSL125.85º17.3%46.47%-
HSV(B)125.85º29.5%54.51%-
XYZ16.6722.0215.94-
YUV122.52116.42110.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=28.91%
G=41.00%
B=30.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981391020.2900.270.45125.8517.346.47
Hex628B661D01B2D7e112e
Octal14221314635033551762156
Binary110001010001011110011011101011011101101111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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