Html Css Color HEX #62907A Patina

📋 copy color: '#62907A'

red 98 ◦ green 144 ◦ blue 122

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

Shades of Patina #62907A

Tints of Patina #62907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 26.92%
G = 39.56%
B = 33.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#62907A (or 0x62907A) is known color: Patina. HEX triplet: 62, 90 and 7A. RGB value is (98,144,122). Sum of RGB (Red+Green+Blue) = 98+144+122=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #62907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62907A is #9D6F85. Grayscale: #7F7F7F. Windows color (decimal): -10317702 or 8032354. OLE color: 8032354.

HSL color Cylindrical-coordinate representation of color #62907A: hue angle of 151.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62907A is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 122 -
CMYK 0.32 0 0.15 0.44
HSL 151.3º 0.19% 0.47% -
HSV(B) 151.3º 0.32% 0.56% -
XYZ 18.52 23.95 22.06 -
YUV 127.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 98 144 122 0.32 0 0.15 0.44 151.3 0.19 0.47
Hex 62 90 7A 20 0 F 2C 97 13 2F
Octal 142 220 172 40 0 17 54 227 23 57
Binary 1100010 10010000 1111010 100000 0 1111 101100 10010111 10011 101111

Color Harmonies of #62907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62907A

Black with #62907A

Text Example


Text Example

White with #62907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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