Html Css Color HEX #64947B Patina

📋 copy color: '#64947B'

red 100 ◦ green 148 ◦ blue 123

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

Shades of Patina #64947B

Tints of Patina #64947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 26.95%
G = 39.89%
B = 33.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#64947B (or 0x64947B) is known color: Patina. HEX triplet: 64, 94 and 7B. RGB value is (100,148,123). Sum of RGB (Red+Green+Blue) = 100+148+123=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #64947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947B is #9B6B84. Grayscale: #828282. Windows color (decimal): -10185605 or 8098916. OLE color: 8098916.

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

Color convert

RGB 100 148 123 -
CMYK 0.32 0 0.17 0.42
HSL 148.75º 0.19% 0.49% -
HSV(B) 148.75º 0.32% 0.58% -
XYZ 19.42 25.32 22.6 -
YUV 130.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 100 148 123 0.32 0 0.17 0.42 148.75 0.19 0.49
Hex 64 94 7B 20 0 11 2A 95 13 31
Octal 144 224 173 40 0 21 52 225 23 61
Binary 1100100 10010100 1111011 100000 0 10001 101010 10010101 10011 110001

Color Harmonies of #64947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64947B

Black with #64947B

Text Example


Text Example

White with #64947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64947B; }

 p { color: rgb(100,148,123); }

 H1.HeaderClassName
 {
   color: #64947B;
 }
 .AnyTagClassName
 {
   color: #64947B;
 }
</style>

background-color css

<style>
 a { background-color: #64947B; }

 a { background-color: rgb(100,148,123); }

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

border-color css

<style>
 span { border-color: #64947B; }

 span { border-color: rgb(100,148,123); }

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