#62886B

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

Shades of Laurel #62886B

Tints of Laurel #62886B

Color information

#62886B (or 0x62886B) is unknown color: approx Laurel. HEX triplet: 62, 88 and 6B. RGB value is (98,136,107). Sum of RGB (Red+Green+Blue) = 98+136+107=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #62886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62886B is #9D7794. Grayscale: #797979. Windows color (decimal): -10319765 or 7047266. OLE color: 7047266.

HSL color Cylindrical-coordinate representation of color #62886B: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62886B is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB98136107-
CMYK0.2800.210.47
HSL134.21º16.24%45.88%-
HSV(B)134.21º27.94%53.33%-
XYZ16.521.2717.15-
YUV121.33119.91111.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=28.74%
G=39.88%
B=31.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981361070.2800.210.47134.2116.2445.88
Hex62886B1C0152F86102e
Octal14221015334025572062056
Binary1100010100010001101011111000101011011111000011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62886B; }

 p { color: rgb(98,136,107); }

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

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

 a { background-color: rgb(98,136,107); }

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

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

 span { border-color: rgb(98,136,107); }

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