Html Css Color HEX #62927F Patina

📋 copy color: '#62927F'

red 98 ◦ green 146 ◦ blue 127

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

Shades of Patina #62927F

Tints of Patina #62927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 26.42%
G = 39.35%
B = 34.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#62927F (or 0x62927F) is known color: Patina. HEX triplet: 62, 92 and 7F. RGB value is (98,146,127). Sum of RGB (Red+Green+Blue) = 98+146+127=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #62927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927F is #9D6D80. Grayscale: #818181. Windows color (decimal): -10317185 or 8360546. OLE color: 8360546.

HSL color Cylindrical-coordinate representation of color #62927F: hue angle of 156.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62927F is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 146 127 -
CMYK 0.33 0 0.13 0.43
HSL 156.25º 0.2% 0.48% -
HSV(B) 156.25º 0.33% 0.57% -
XYZ 19.15 24.69 23.83 -
YUV 129.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 98 146 127 0.33 0 0.13 0.43 156.25 0.2 0.48
Hex 62 92 7F 21 0 D 2B 9C 14 30
Octal 142 222 177 41 0 15 53 234 24 60
Binary 1100010 10010010 1111111 100001 0 1101 101011 10011100 10100 110000

Color Harmonies of #62927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62927F

Black with #62927F

Text Example


Text Example

White with #62927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62927F; }

 p { color: rgb(98,146,127); }

 H1.HeaderClassName
 {
   color: #62927F;
 }
 .AnyTagClassName
 {
   color: #62927F;
 }
</style>

background-color css

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

 a { background-color: rgb(98,146,127); }

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

border-color css

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

 span { border-color: rgb(98,146,127); }

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