Html Css Color HEX #63977B Patina

📋 copy color: '#63977B'

red 99 ◦ green 151 ◦ blue 123

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

Shades of Patina #63977B

Tints of Patina #63977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 26.54%
G = 40.48%
B = 32.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#63977B (or 0x63977B) is known color: Patina. HEX triplet: 63, 97 and 7B. RGB value is (99,151,123). Sum of RGB (Red+Green+Blue) = 99+151+123=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #63977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63977B is #9C6884. Grayscale: #848484. Windows color (decimal): -10250373 or 8099683. OLE color: 8099683.

HSL color Cylindrical-coordinate representation of color #63977B: hue angle of 147.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63977B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 123 -
CMYK 0.34 0 0.19 0.41
HSL 147.69º 0.21% 0.49% -
HSV(B) 147.69º 0.34% 0.59% -
XYZ 19.79 26.22 22.76 -
YUV 132.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 99 151 123 0.34 0 0.19 0.41 147.69 0.21 0.49
Hex 63 97 7B 22 0 13 29 94 15 31
Octal 143 227 173 42 0 23 51 224 25 61
Binary 1100011 10010111 1111011 100010 0 10011 101001 10010100 10101 110001

Color Harmonies of #63977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63977B

Black with #63977B

Text Example


Text Example

White with #63977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63977B; }

 p { color: rgb(99,151,123); }

 H1.HeaderClassName
 {
   color: #63977B;
 }
 .AnyTagClassName
 {
   color: #63977B;
 }
</style>

background-color css

<style>
 a { background-color: #63977B; }

 a { background-color: rgb(99,151,123); }

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

border-color css

<style>
 span { border-color: #63977B; }

 span { border-color: rgb(99,151,123); }

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