#628B6A

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

Shades of Laurel #628B6A

Tints of Laurel #628B6A

Color information

#628B6A (or 0x628B6A) is unknown color: approx Laurel. HEX triplet: 62, 8B and 6A. RGB value is (98,139,106). Sum of RGB (Red+Green+Blue) = 98+139+106=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #628B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B6A is #9D7495. Grayscale: #7B7B7B. Windows color (decimal): -10318998 or 6982498. OLE color: 6982498.

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

Color convert

RGB98139106-
CMYK0.2900.240.45
HSL131.71º17.3%46.47%-
HSV(B)131.71º29.5%54.51%-
XYZ16.8722.117.01-
YUV122.98118.42110.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=28.57%
G=40.52%
B=30.90%

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
Decimal981391060.2900.240.45131.7117.346.47
Hex628B6A1D0182D84112e
Octal14221315235030552042156
Binary1100010100010111101010111010110001011011000010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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