Html Css Color HEX #62927B Patina

📋 copy color: '#62927B'

red 98 ◦ green 146 ◦ blue 123

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

Shades of Patina #62927B

Tints of Patina #62927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 26.7%
G = 39.78%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#62927B (or 0x62927B) is known color: Patina. HEX triplet: 62, 92 and 7B. RGB value is (98,146,123). Sum of RGB (Red+Green+Blue) = 98+146+123=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #62927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927B is #9D6D84. Grayscale: #818181. Windows color (decimal): -10317189 or 8098402. OLE color: 8098402.

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

Color convert

RGB 98 146 123 -
CMYK 0.33 0 0.16 0.43
HSL 151.25º 0.2% 0.48% -
HSV(B) 151.25º 0.33% 0.57% -
XYZ 18.89 24.58 22.49 -
YUV 129.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 98 146 123 0.33 0 0.16 0.43 151.25 0.2 0.48
Hex 62 92 7B 21 0 10 2B 97 14 30
Octal 142 222 173 41 0 20 53 227 24 60
Binary 1100010 10010010 1111011 100001 0 10000 101011 10010111 10100 110000

Color Harmonies of #62927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62927B

Black with #62927B

Text Example


Text Example

White with #62927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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