#62896E

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

Shades of Laurel #62896E

Tints of Laurel #62896E

Color information

#62896E (or 0x62896E) is unknown color: approx Laurel. HEX triplet: 62, 89 and 6E. RGB value is (98,137,110). Sum of RGB (Red+Green+Blue) = 98+137+110=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #62896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62896E is #9D7691. Grayscale: #7A7A7A. Windows color (decimal): -10319506 or 7244130. OLE color: 7244130.

HSL color Cylindrical-coordinate representation of color #62896E: hue angle of 138.46º 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 #62896E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB98137110-
CMYK0.2800.200.46
HSL138.46º16.6%46.08%-
HSV(B)138.46º28.47%53.73%-
XYZ16.821.6118.04-
YUV122.26121.08110.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=28.41%
G=39.71%
B=31.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371100.2800.200.46138.4616.646.08
Hex62896E1C0142E8a112e
Octal14221115634024562122156
Binary1100010100010011101110111000101001011101000101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62896E; }

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

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

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

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

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

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

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

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