Html Css Color HEX #63947F Patina

📋 copy color: '#63947F'

red 99 ◦ green 148 ◦ blue 127

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

Shades of Patina #63947F

Tints of Patina #63947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 26.47%
G = 39.57%
B = 33.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#63947F (or 0x63947F) is known color: Patina. HEX triplet: 63, 94 and 7F. RGB value is (99,148,127). Sum of RGB (Red+Green+Blue) = 99+148+127=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #63947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63947F is #9C6B80. Grayscale: #828282. Windows color (decimal): -10251137 or 8361059. OLE color: 8361059.

HSL color Cylindrical-coordinate representation of color #63947F: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63947F is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 127 -
CMYK 0.33 0 0.14 0.42
HSL 154.29º 0.2% 0.48% -
HSV(B) 154.29º 0.33% 0.58% -
XYZ 19.57 25.36 23.94 -
YUV 130.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 99 148 127 0.33 0 0.14 0.42 154.29 0.2 0.48
Hex 63 94 7F 21 0 E 2A 9A 14 30
Octal 143 224 177 41 0 16 52 232 24 60
Binary 1100011 10010100 1111111 100001 0 1110 101010 10011010 10100 110000

Color Harmonies of #63947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63947F

Black with #63947F

Text Example


Text Example

White with #63947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63947F; }

 p { color: rgb(99,148,127); }

 H1.HeaderClassName
 {
   color: #63947F;
 }
 .AnyTagClassName
 {
   color: #63947F;
 }
</style>

background-color css

<style>
 a { background-color: #63947F; }

 a { background-color: rgb(99,148,127); }

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

border-color css

<style>
 span { border-color: #63947F; }

 span { border-color: rgb(99,148,127); }

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