Html Css Color HEX #62817D Rolling Stone

📋 copy color: '#62817D'

red 98 ◦ green 129 ◦ blue 125

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

Shades of Rolling Stone #62817D

Tints of Rolling Stone #62817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 27.84%
G = 36.65%
B = 35.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#62817D (or 0x62817D) is known color: Rolling Stone. HEX triplet: 62, 81 and 7D. RGB value is (98,129,125). Sum of RGB (Red+Green+Blue) = 98+129+125=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #62817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62817D is #9D7E82. Grayscale: #777777. Windows color (decimal): -10321539 or 8225122. OLE color: 8225122.

HSL color Cylindrical-coordinate representation of color #62817D: hue angle of 172.26º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62817D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 125 -
CMYK 0.24 0 0.03 0.49
HSL 172.26º 0.14% 0.45% -
HSV(B) 172.26º 0.24% 0.51% -
XYZ 16.59 19.78 22.35 -
YUV 119.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 98 129 125 0.24 0 0.03 0.49 172.26 0.14 0.45
Hex 62 81 7D 18 0 3 31 AC E 2D
Octal 142 201 175 30 0 3 61 254 16 55
Binary 1100010 10000001 1111101 11000 0 11 110001 10101100 1110 101101

Color Harmonies of #62817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62817D

Black with #62817D

Text Example


Text Example

White with #62817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62817D; }

 p { color: rgb(98,129,125); }

 H1.HeaderClassName
 {
   color: #62817D;
 }
 .AnyTagClassName
 {
   color: #62817D;
 }
</style>

background-color css

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

 a { background-color: rgb(98,129,125); }

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

border-color css

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

 span { border-color: rgb(98,129,125); }

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