#628968

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

Shades of Laurel #628968

Tints of Laurel #628968

Color information

#628968 (or 0x628968) is unknown color: approx Laurel. HEX triplet: 62, 89 and 68. RGB value is (98,137,104). Sum of RGB (Red+Green+Blue) = 98+137+104=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #628968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628968 is #9D7697. Grayscale: #797979. Windows color (decimal): -10319512 or 6850914. OLE color: 6850914.

HSL color Cylindrical-coordinate representation of color #628968: hue angle of 129.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628968 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB98137104-
CMYK0.2800.240.46
HSL129.23º16.6%46.08%-
HSV(B)129.23º28.47%53.73%-
XYZ16.4821.4916.38-
YUV121.58118.08111.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.91%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=28.91%
G=40.41%
B=30.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371040.2800.240.46129.2316.646.08
Hex6289681C0182E81112e
Octal14221115034030562012156
Binary1100010100010011101000111000110001011101000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628968; }

 p { color: rgb(98,137,104); }

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

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

 a { background-color: rgb(98,137,104); }

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

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

 span { border-color: rgb(98,137,104); }

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