Html Css Color HEX #63997F Patina

📋 copy color: '#63997F'

red 99 ◦ green 153 ◦ blue 127

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

Shades of Patina #63997F

Tints of Patina #63997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 26.12%
G = 40.37%
B = 33.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#63997F (or 0x63997F) is known color: Patina. HEX triplet: 63, 99 and 7F. RGB value is (99,153,127). Sum of RGB (Red+Green+Blue) = 99+153+127=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #63997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63997F is #9C6680. Grayscale: #858585. Windows color (decimal): -10249857 or 8362339. OLE color: 8362339.

HSL color Cylindrical-coordinate representation of color #63997F: hue angle of 151.11º 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 #63997F is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 127 -
CMYK 0.35 0 0.17 0.4
HSL 151.11º 0.21% 0.49% -
HSV(B) 151.11º 0.35% 0.6% -
XYZ 20.37 26.97 24.21 -
YUV 133.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 99 153 127 0.35 0 0.17 0.4 151.11 0.21 0.49
Hex 63 99 7F 23 0 11 28 97 15 31
Octal 143 231 177 43 0 21 50 227 25 61
Binary 1100011 10011001 1111111 100011 0 10001 101000 10010111 10101 110001

Color Harmonies of #63997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63997F

Black with #63997F

Text Example


Text Example

White with #63997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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