Html Css Color HEX #648E7B Patina

📋 copy color: '#648E7B'

red 100 ◦ green 142 ◦ blue 123

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

Shades of Patina #648E7B

Tints of Patina #648E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

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

R = 27.4%
G = 38.9%
B = 33.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#648E7B (or 0x648E7B) is known color: Patina. HEX triplet: 64, 8E and 7B. RGB value is (100,142,123). Sum of RGB (Red+Green+Blue) = 100+142+123=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #648E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E7B is #9B7184. Grayscale: #7F7F7F. Windows color (decimal): -10187141 or 8097380. OLE color: 8097380.

HSL color Cylindrical-coordinate representation of color #648E7B: hue angle of 152.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E7B is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 142 123 -
CMYK 0.30 0 0.13 0.44
HSL 152.86º 0.17% 0.47% -
HSV(B) 152.86º 0.3% 0.56% -
XYZ 18.5 23.49 22.3 -
YUV 127.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 100 142 123 0.30 0 0.13 0.44 152.86 0.17 0.47
Hex 64 8E 7B 1E 0 D 2C 99 11 2F
Octal 144 216 173 36 0 15 54 231 21 57
Binary 1100100 10001110 1111011 11110 0 1101 101100 10011001 10001 101111

Color Harmonies of #648E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648E7B

Black with #648E7B

Text Example


Text Example

White with #648E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648E7B; }

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

 H1.HeaderClassName
 {
   color: #648E7B;
 }
 .AnyTagClassName
 {
   color: #648E7B;
 }
</style>

background-color css

<style>
 a { background-color: #648E7B; }

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

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

border-color css

<style>
 span { border-color: #648E7B; }

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

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