Html Css Color HEX #62907D Patina

📋 copy color: '#62907D'

red 98 ◦ green 144 ◦ blue 125

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

Shades of Patina #62907D

Tints of Patina #62907D

RGB

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

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

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

R = 26.7%
G = 39.24%
B = 34.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#62907D (or 0x62907D) is known color: Patina. HEX triplet: 62, 90 and 7D. RGB value is (98,144,125). Sum of RGB (Red+Green+Blue) = 98+144+125=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #62907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62907D is #9D6F82. Grayscale: #808080. Windows color (decimal): -10317699 or 8228962. OLE color: 8228962.

HSL color Cylindrical-coordinate representation of color #62907D: hue angle of 155.22º 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 #62907D is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 125 -
CMYK 0.32 0 0.13 0.44
HSL 155.22º 0.19% 0.47% -
HSV(B) 155.22º 0.32% 0.56% -
XYZ 18.71 24.02 23.05 -
YUV 128.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 98 144 125 0.32 0 0.13 0.44 155.22 0.19 0.47
Hex 62 90 7D 20 0 D 2C 9B 13 2F
Octal 142 220 175 40 0 15 54 233 23 57
Binary 1100010 10010000 1111101 100000 0 1101 101100 10011011 10011 101111

Color Harmonies of #62907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62907D

Black with #62907D

Text Example


Text Example

White with #62907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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