Html Css Color HEX #63A386 Patina

📋 copy color: '#63A386'

red 99 ◦ green 163 ◦ blue 134

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

Shades of Patina #63A386

Tints of Patina #63A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 25%
G = 41.16%
B = 33.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#63A386 (or 0x63A386) is known color: Patina. HEX triplet: 63, A3 and 86. RGB value is (99,163,134). Sum of RGB (Red+Green+Blue) = 99+163+134=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #63A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A386 is #9C5C79. Grayscale: #8C8C8C. Windows color (decimal): -10247290 or 8823651. OLE color: 8823651.

HSL color Cylindrical-coordinate representation of color #63A386: hue angle of 152.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A386 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 163 134 -
CMYK 0.39 0 0.18 0.36
HSL 152.81º 0.26% 0.51% -
HSV(B) 152.81º 0.39% 0.64% -
XYZ 22.55 30.57 27.27 -
YUV 140.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 99 163 134 0.39 0 0.18 0.36 152.81 0.26 0.51
Hex 63 A3 86 27 0 12 24 99 1A 33
Octal 143 243 206 47 0 22 44 231 32 63
Binary 1100011 10100011 10000110 100111 0 10010 100100 10011001 11010 110011

Color Harmonies of #63A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A386

Black with #63A386

Text Example


Text Example

White with #63A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,163,134); }

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

background-color css

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

 a { background-color: rgb(99,163,134); }

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

border-color css

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

 span { border-color: rgb(99,163,134); }

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