Html Css Color HEX #64927F Patina

📋 copy color: '#64927F'

red 100 ◦ green 146 ◦ blue 127

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

Shades of Patina #64927F

Tints of Patina #64927F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 26.81%
G = 39.14%
B = 34.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#64927F (or 0x64927F) is known color: Patina. HEX triplet: 64, 92 and 7F. RGB value is (100,146,127). Sum of RGB (Red+Green+Blue) = 100+146+127=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #64927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927F is #9B6D80. Grayscale: #828282. Windows color (decimal): -10186113 or 8360548. OLE color: 8360548.

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

Color convert

RGB 100 146 127 -
CMYK 0.32 0 0.13 0.43
HSL 155.22º 0.19% 0.48% -
HSV(B) 155.22º 0.32% 0.57% -
XYZ 19.37 24.8 23.84 -
YUV 130.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 100 146 127 0.32 0 0.13 0.43 155.22 0.19 0.48
Hex 64 92 7F 20 0 D 2B 9B 13 30
Octal 144 222 177 40 0 15 53 233 23 60
Binary 1100100 10010010 1111111 100000 0 1101 101011 10011011 10011 110000

Color Harmonies of #64927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64927F

Black with #64927F

Text Example


Text Example

White with #64927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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