Html Css Color HEX #63A16C Oxley

📋 copy color: '#63A16C'

red 99 ◦ green 161 ◦ blue 108

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

Shades of Oxley #63A16C

Tints of Oxley #63A16C

RGB

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

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

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

R = 26.9%
G = 43.75%
B = 29.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#63A16C (or 0x63A16C) is known color: Oxley. HEX triplet: 63, A1 and 6C. RGB value is (99,161,108). Sum of RGB (Red+Green+Blue) = 99+161+108=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #63A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A16C is #9C5E93. Grayscale: #888888. Windows color (decimal): -10247828 or 7119203. OLE color: 7119203.

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

Color convert

RGB 99 161 108 -
CMYK 0.39 0 0.33 0.37
HSL 128.71º 0.25% 0.51% -
HSV(B) 128.71º 0.39% 0.63% -
XYZ 20.6 29.23 18.74 -
YUV 136.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 99 161 108 0.39 0 0.33 0.37 128.71 0.25 0.51
Hex 63 A1 6C 27 0 21 25 81 19 33
Octal 143 241 154 47 0 41 45 201 31 63
Binary 1100011 10100001 1101100 100111 0 100001 100101 10000001 11001 110011

Color Harmonies of #63A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A16C

Black with #63A16C

Text Example


Text Example

White with #63A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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