Html Css Color HEX #63AC7D Oxley

📋 copy color: '#63AC7D'

red 99 ◦ green 172 ◦ blue 125

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

Shades of Oxley #63AC7D

Tints of Oxley #63AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.43%

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

R = 25%
G = 43.43%
B = 31.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#63AC7D (or 0x63AC7D) is known color: Oxley. HEX triplet: 63, AC and 7D. RGB value is (99,172,125). Sum of RGB (Red+Green+Blue) = 99+172+125=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AC7D is #9C5382. Grayscale: #909090. Windows color (decimal): -10244995 or 8236131. OLE color: 8236131.

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

Color convert

RGB 99 172 125 -
CMYK 0.42 0 0.27 0.33
HSL 141.37º 0.31% 0.53% -
HSV(B) 141.37º 0.42% 0.67% -
XYZ 23.6 33.64 24.65 -
YUV 144.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 99 172 125 0.42 0 0.27 0.33 141.37 0.31 0.53
Hex 63 AC 7D 2A 0 1B 21 8D 1F 35
Octal 143 254 175 52 0 33 41 215 37 65
Binary 1100011 10101100 1111101 101010 0 11011 100001 10001101 11111 110101

Color Harmonies of #63AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AC7D

Black with #63AC7D

Text Example


Text Example

White with #63AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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