#628B69

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

Shades of Laurel #628B69

Tints of Laurel #628B69

Color information

#628B69 (or 0x628B69) is unknown color: approx Laurel. HEX triplet: 62, 8B and 69. RGB value is (98,139,105). Sum of RGB (Red+Green+Blue) = 98+139+105=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #628B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B69 is #9D7496. Grayscale: #7A7A7A. Windows color (decimal): -10318999 or 6916962. OLE color: 6916962.

HSL color Cylindrical-coordinate representation of color #628B69: hue angle of 130.24º 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 #628B69 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB98139105-
CMYK0.2900.240.45
HSL130.24º17.3%46.47%-
HSV(B)130.24º29.5%54.51%-
XYZ16.8222.0816.74-
YUV122.86117.92110.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=28.65%
G=40.64%
B=30.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981391050.2900.240.45130.2417.346.47
Hex628B691D0182D82112e
Octal14221315135030552022156
Binary1100010100010111101001111010110001011011000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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