Html Css Color HEX #64997F Patina

📋 copy color: '#64997F'

red 100 ◦ green 153 ◦ blue 127

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

Shades of Patina #64997F

Tints of Patina #64997F

RGB

 RED value IS 100 (39.45% from 255) = 26.32%

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

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

R = 26.32%
G = 40.26%
B = 33.42%

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

#64997F (or 0x64997F) is known color: Patina. HEX triplet: 64, 99 and 7F. RGB value is (100,153,127). Sum of RGB (Red+Green+Blue) = 100+153+127=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #64997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64997F is #9B6680. Grayscale: #868686. Windows color (decimal): -10184321 or 8362340. OLE color: 8362340.

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

Color convert

RGB 100 153 127 -
CMYK 0.35 0 0.17 0.4
HSL 150.57º 0.21% 0.5% -
HSV(B) 150.57º 0.35% 0.6% -
XYZ 20.48 27.02 24.22 -
YUV 134.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 100 153 127 0.35 0 0.17 0.4 150.57 0.21 0.5
Hex 64 99 7F 23 0 11 28 97 15 32
Octal 144 231 177 43 0 21 50 227 25 62
Binary 1100100 10011001 1111111 100011 0 10001 101000 10010111 10101 110010

Color Harmonies of #64997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64997F

Black with #64997F

Text Example


Text Example

White with #64997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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