Html Css Color HEX #64937F Patina

📋 copy color: '#64937F'

red 100 ◦ green 147 ◦ blue 127

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

Shades of Patina #64937F

Tints of Patina #64937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 26.74%
G = 39.3%
B = 33.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#64937F (or 0x64937F) is known color: Patina. HEX triplet: 64, 93 and 7F. RGB value is (100,147,127). Sum of RGB (Red+Green+Blue) = 100+147+127=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #64937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64937F is #9B6C80. Grayscale: #828282. Windows color (decimal): -10185857 or 8360804. OLE color: 8360804.

HSL color Cylindrical-coordinate representation of color #64937F: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64937F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 127 -
CMYK 0.32 0 0.14 0.42
HSL 154.47º 0.19% 0.48% -
HSV(B) 154.47º 0.32% 0.58% -
XYZ 19.52 25.11 23.9 -
YUV 130.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 100 147 127 0.32 0 0.14 0.42 154.47 0.19 0.48
Hex 64 93 7F 20 0 E 2A 9A 13 30
Octal 144 223 177 40 0 16 52 232 23 60
Binary 1100100 10010011 1111111 100000 0 1110 101010 10011010 10011 110000

Color Harmonies of #64937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64937F

Black with #64937F

Text Example


Text Example

White with #64937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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