#62927A

Color #62927A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #62927A

Tints of Patina #62927A

Color information

#62927A (or 0x62927A) is unknown color: approx Patina. HEX triplet: 62, 92 and 7A. RGB value is (98,146,122). Sum of RGB (Red+Green+Blue) = 98+146+122=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #62927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927A is #9D6D85. Grayscale: #808080. Windows color (decimal): -10317190 or 8032866. OLE color: 8032866.

HSL color Cylindrical-coordinate representation of color #62927A: hue angle of 150º 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 #62927A is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB98146122-
CMYK0.3300.160.43
HSL150º19.67%47.84%-
HSV(B)150º32.88%57.25%-
XYZ18.8324.5622.16-
YUV128.91124.1105.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=26.78%
G=39.89%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461220.3300.160.4315019.6747.84
Hex62927A210102B961430
Octal14222217241020532262460
Binary11000101001001011110101000010100001010111001011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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