Html Css Color HEX #63987E Patina

📋 copy color: '#63987E'

red 99 ◦ green 152 ◦ blue 126

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

Shades of Patina #63987E

Tints of Patina #63987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.32%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 26.26%
G = 40.32%
B = 33.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#63987E (or 0x63987E) is known color: Patina. HEX triplet: 63, 98 and 7E. RGB value is (99,152,126). Sum of RGB (Red+Green+Blue) = 99+152+126=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #63987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63987E is #9C6781. Grayscale: #858585. Windows color (decimal): -10250114 or 8296547. OLE color: 8296547.

HSL color Cylindrical-coordinate representation of color #63987E: hue angle of 150.57º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63987E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 126 -
CMYK 0.35 0 0.17 0.40
HSL 150.57º 0.21% 0.49% -
HSV(B) 150.57º 0.35% 0.6% -
XYZ 20.14 26.62 23.81 -
YUV 133.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 99 152 126 0.35 0 0.17 0.40 150.57 0.21 0.49
Hex 63 98 7E 23 0 11 28 97 15 31
Octal 143 230 176 43 0 21 50 227 25 61
Binary 1100011 10011000 1111110 100011 0 10001 101000 10010111 10101 110001

Color Harmonies of #63987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63987E

Black with #63987E

Text Example


Text Example

White with #63987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63987E; }

 p { color: rgb(99,152,126); }

 H1.HeaderClassName
 {
   color: #63987E;
 }
 .AnyTagClassName
 {
   color: #63987E;
 }
</style>

background-color css

<style>
 a { background-color: #63987E; }

 a { background-color: rgb(99,152,126); }

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

border-color css

<style>
 span { border-color: #63987E; }

 span { border-color: rgb(99,152,126); }

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