Html Css Color HEX #63A06C Oxley

📋 copy color: '#63A06C'

red 99 ◦ green 160 ◦ blue 108

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

Shades of Oxley #63A06C

Tints of Oxley #63A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 26.98%
G = 43.6%
B = 29.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#63A06C (or 0x63A06C) is known color: Oxley. HEX triplet: 63, A0 and 6C. RGB value is (99,160,108). Sum of RGB (Red+Green+Blue) = 99+160+108=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #63A06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A06C is #9C5F93. Grayscale: #878787. Windows color (decimal): -10248084 or 7118947. OLE color: 7118947.

HSL color Cylindrical-coordinate representation of color #63A06C: hue angle of 128.85º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A06C is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 160 108 -
CMYK 0.38 0 0.32 0.37
HSL 128.85º 0.24% 0.51% -
HSV(B) 128.85º 0.38% 0.63% -
XYZ 20.42 28.88 18.68 -
YUV 135.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 99 160 108 0.38 0 0.32 0.37 128.85 0.24 0.51
Hex 63 A0 6C 26 0 20 25 81 18 33
Octal 143 240 154 46 0 40 45 201 30 63
Binary 1100011 10100000 1101100 100110 0 100000 100101 10000001 11000 110011

Color Harmonies of #63A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A06C

Black with #63A06C

Text Example


Text Example

White with #63A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,160,108); }

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

background-color css

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

 a { background-color: rgb(99,160,108); }

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

border-color css

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

 span { border-color: rgb(99,160,108); }

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