Html Css Color HEX #63A181 Patina

📋 copy color: '#63A181'

red 99 ◦ green 161 ◦ blue 129

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

Shades of Patina #63A181

Tints of Patina #63A181

RGB

 RED value IS 99 (39.06% from 255) = 25.45%

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 25.45%
G = 41.39%
B = 33.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#63A181 (or 0x63A181) is known color: Patina. HEX triplet: 63, A1 and 81. RGB value is (99,161,129). Sum of RGB (Red+Green+Blue) = 99+161+129=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #63A181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A181 is #9C5E7E. Grayscale: #8A8A8A. Windows color (decimal): -10247807 or 8495459. OLE color: 8495459.

HSL color Cylindrical-coordinate representation of color #63A181: hue angle of 149.03º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A181 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 161 129 -
CMYK 0.39 0 0.20 0.37
HSL 149.03º 0.25% 0.51% -
HSV(B) 149.03º 0.39% 0.63% -
XYZ 21.85 29.73 25.36 -
YUV 138.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 99 161 129 0.39 0 0.20 0.37 149.03 0.25 0.51
Hex 63 A1 81 27 0 14 25 95 19 33
Octal 143 241 201 47 0 24 45 225 31 63
Binary 1100011 10100001 10000001 100111 0 10100 100101 10010101 11001 110011

Color Harmonies of #63A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A181

Black with #63A181

Text Example


Text Example

White with #63A181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A181; }

 p { color: rgb(99,161,129); }

 H1.HeaderClassName
 {
   color: #63A181;
 }
 .AnyTagClassName
 {
   color: #63A181;
 }
</style>

background-color css

<style>
 a { background-color: #63A181; }

 a { background-color: rgb(99,161,129); }

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

border-color css

<style>
 span { border-color: #63A181; }

 span { border-color: rgb(99,161,129); }

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