Html Css Color HEX #62886A Laurel

📋 copy color: '#62886A'

red 98 ◦ green 136 ◦ blue 106

#62886A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #62886A

Tints of Laurel #62886A

RGB

 RED value IS 98 (38.67% from 255) = 28.82%

 GREEN value IS 136 (53.52% from 255) = 40%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 28.82%
G = 40%
B = 31.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#62886A (or 0x62886A) is known color: Laurel. HEX triplet: 62, 88 and 6A. RGB value is (98,136,106). Sum of RGB (Red+Green+Blue) = 98+136+106=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #62886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62886A is #9D7795. Grayscale: #797979. Windows color (decimal): -10319766 or 6981730. OLE color: 6981730.

HSL color Cylindrical-coordinate representation of color #62886A: hue angle of 132.63º 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 #62886A is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 136 106 -
CMYK 0.28 0 0.22 0.47
HSL 132.63º 0.16% 0.46% -
HSV(B) 132.63º 0.28% 0.53% -
XYZ 16.44 21.25 16.87 -
YUV 121.22 119.41 111.44 -
System Red Green Blue C M Y K H S L
Decimal 98 136 106 0.28 0 0.22 0.47 132.63 0.16 0.46
Hex 62 88 6A 1C 0 16 2F 85 10 2E
Octal 142 210 152 34 0 26 57 205 20 56
Binary 1100010 10001000 1101010 11100 0 10110 101111 10000101 10000 101110

Color Harmonies of #62886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62886A

Black with #62886A

Text Example


Text Example

White with #62886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62886A;
 }
 .AnyTagClassName
 {
   color: #62886A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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