Html Css Color HEX #63A175 Oxley

📋 copy color: '#63A175'

red 99 ◦ green 161 ◦ blue 117

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

Shades of Oxley #63A175

Tints of Oxley #63A175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 26.26%
G = 42.71%
B = 31.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#63A175 (or 0x63A175) is known color: Oxley. HEX triplet: 63, A1 and 75. RGB value is (99,161,117). Sum of RGB (Red+Green+Blue) = 99+161+117=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #63A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A175 is #9C5E8A. Grayscale: #898989. Windows color (decimal): -10247819 or 7709027. OLE color: 7709027.

HSL color Cylindrical-coordinate representation of color #63A175: hue angle of 137.42º 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 #63A175 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 161 117 -
CMYK 0.39 0 0.27 0.37
HSL 137.42º 0.25% 0.51% -
HSV(B) 137.42º 0.39% 0.63% -
XYZ 21.1 29.43 21.4 -
YUV 137.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 99 161 117 0.39 0 0.27 0.37 137.42 0.25 0.51
Hex 63 A1 75 27 0 1B 25 89 19 33
Octal 143 241 165 47 0 33 45 211 31 63
Binary 1100011 10100001 1110101 100111 0 11011 100101 10001001 11001 110011

Color Harmonies of #63A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A175

Black with #63A175

Text Example


Text Example

White with #63A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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