Html Css Color HEX #63AA7A Oxley

📋 copy color: '#63AA7A'

red 99 ◦ green 170 ◦ blue 122

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

Shades of Oxley #63AA7A

Tints of Oxley #63AA7A

RGB

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

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

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

R = 25.32%
G = 43.48%
B = 31.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#63AA7A (or 0x63AA7A) is known color: Oxley. HEX triplet: 63, AA and 7A. RGB value is (99,170,122). Sum of RGB (Red+Green+Blue) = 99+170+122=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AA7A is #9C5585. Grayscale: #8F8F8F. Windows color (decimal): -10245510 or 8039011. OLE color: 8039011.

HSL color Cylindrical-coordinate representation of color #63AA7A: hue angle of 139.44º 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 #63AA7A is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 170 122 -
CMYK 0.42 0 0.28 0.33
HSL 139.44º 0.29% 0.53% -
HSV(B) 139.44º 0.42% 0.67% -
XYZ 23.03 32.81 23.53 -
YUV 143.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 99 170 122 0.42 0 0.28 0.33 139.44 0.29 0.53
Hex 63 AA 7A 2A 0 1C 21 8B 1D 35
Octal 143 252 172 52 0 34 41 213 35 65
Binary 1100011 10101010 1111010 101010 0 11100 100001 10001011 11101 110101

Color Harmonies of #63AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AA7A

Black with #63AA7A

Text Example


Text Example

White with #63AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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