Html Css Color HEX #64927A Patina

📋 copy color: '#64927A'

red 100 ◦ green 146 ◦ blue 122

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

Shades of Patina #64927A

Tints of Patina #64927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 27.17%
G = 39.67%
B = 33.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#64927A (or 0x64927A) is known color: Patina. HEX triplet: 64, 92 and 7A. RGB value is (100,146,122). Sum of RGB (Red+Green+Blue) = 100+146+122=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #64927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927A is #9B6D85. Grayscale: #818181. Windows color (decimal): -10186118 or 8032868. OLE color: 8032868.

HSL color Cylindrical-coordinate representation of color #64927A: hue angle of 148.7º 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 #64927A is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 122 -
CMYK 0.32 0 0.16 0.43
HSL 148.7º 0.19% 0.48% -
HSV(B) 148.7º 0.32% 0.57% -
XYZ 19.05 24.67 22.17 -
YUV 129.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 100 146 122 0.32 0 0.16 0.43 148.7 0.19 0.48
Hex 64 92 7A 20 0 10 2B 95 13 30
Octal 144 222 172 40 0 20 53 225 23 60
Binary 1100100 10010010 1111010 100000 0 10000 101011 10010101 10011 110000

Color Harmonies of #64927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64927A

Black with #64927A

Text Example


Text Example

White with #64927A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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