Html Css Color HEX #63AA80 Oxley

📋 copy color: '#63AA80'

red 99 ◦ green 170 ◦ blue 128

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

Shades of Oxley #63AA80

Tints of Oxley #63AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 24.94%
G = 42.82%
B = 32.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#63AA80 (or 0x63AA80) is known color: Oxley. HEX triplet: 63, AA and 80. RGB value is (99,170,128). Sum of RGB (Red+Green+Blue) = 99+170+128=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA80 is #9C557F. Grayscale: #909090. Windows color (decimal): -10245504 or 8432227. OLE color: 8432227.

HSL color Cylindrical-coordinate representation of color #63AA80: hue angle of 144.51º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA80 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 170 128 -
CMYK 0.42 0 0.25 0.33
HSL 144.51º 0.29% 0.53% -
HSV(B) 144.51º 0.42% 0.67% -
XYZ 23.42 32.96 25.55 -
YUV 143.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 99 170 128 0.42 0 0.25 0.33 144.51 0.29 0.53
Hex 63 AA 80 2A 0 19 21 91 1D 35
Octal 143 252 200 52 0 31 41 221 35 65
Binary 1100011 10101010 10000000 101010 0 11001 100001 10010001 11101 110101

Color Harmonies of #63AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AA80

Black with #63AA80

Text Example


Text Example

White with #63AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,170,128); }

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

background-color css

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

 a { background-color: rgb(99,170,128); }

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

border-color css

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

 span { border-color: rgb(99,170,128); }

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