Html Css Color HEX #64917F Patina

📋 copy color: '#64917F'

red 100 ◦ green 145 ◦ blue 127

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

Shades of Patina #64917F

Tints of Patina #64917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

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

R = 26.88%
G = 38.98%
B = 34.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#64917F (or 0x64917F) is known color: Patina. HEX triplet: 64, 91 and 7F. RGB value is (100,145,127). Sum of RGB (Red+Green+Blue) = 100+145+127=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #64917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64917F is #9B6E80. Grayscale: #818181. Windows color (decimal): -10186369 or 8360292. OLE color: 8360292.

HSL color Cylindrical-coordinate representation of color #64917F: hue angle of 156º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64917F is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 127 -
CMYK 0.31 0 0.12 0.43
HSL 156º 0.18% 0.48% -
HSV(B) 156º 0.31% 0.57% -
XYZ 19.21 24.49 23.79 -
YUV 129.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 100 145 127 0.31 0 0.12 0.43 156 0.18 0.48
Hex 64 91 7F 1F 0 C 2B 9C 12 30
Octal 144 221 177 37 0 14 53 234 22 60
Binary 1100100 10010001 1111111 11111 0 1100 101011 10011100 10010 110000

Color Harmonies of #64917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64917F

Black with #64917F

Text Example


Text Example

White with #64917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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