Html Css Color HEX #63AD7D Oxley

📋 copy color: '#63AD7D'

red 99 ◦ green 173 ◦ blue 125

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

Shades of Oxley #63AD7D

Tints of Oxley #63AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

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

R = 24.94%
G = 43.58%
B = 31.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#63AD7D (or 0x63AD7D) is known color: Oxley. HEX triplet: 63, AD and 7D. RGB value is (99,173,125). Sum of RGB (Red+Green+Blue) = 99+173+125=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AD7D is #9C5282. Grayscale: #919191. Windows color (decimal): -10244739 or 8236387. OLE color: 8236387.

HSL color Cylindrical-coordinate representation of color #63AD7D: hue angle of 141.08º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AD7D is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 173 125 -
CMYK 0.43 0 0.28 0.32
HSL 141.08º 0.31% 0.53% -
HSV(B) 141.08º 0.43% 0.68% -
XYZ 23.79 34.02 24.71 -
YUV 145.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 99 173 125 0.43 0 0.28 0.32 141.08 0.31 0.53
Hex 63 AD 7D 2B 0 1C 20 8D 1F 35
Octal 143 255 175 53 0 34 40 215 37 65
Binary 1100011 10101101 1111101 101011 0 11100 100000 10001101 11111 110101

Color Harmonies of #63AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AD7D

Black with #63AD7D

Text Example


Text Example

White with #63AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,173,125); }

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

background-color css

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

 a { background-color: rgb(99,173,125); }

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

border-color css

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

 span { border-color: rgb(99,173,125); }

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