Html Css Color HEX #648C7F Patina

📋 copy color: '#648C7F'

red 100 ◦ green 140 ◦ blue 127

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

Shades of Patina #648C7F

Tints of Patina #648C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.15%

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

R = 27.25%
G = 38.15%
B = 34.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#648C7F (or 0x648C7F) is known color: Patina. HEX triplet: 64, 8C and 7F. RGB value is (100,140,127). Sum of RGB (Red+Green+Blue) = 100+140+127=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #648C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C7F is #9B7380. Grayscale: #7E7E7E. Windows color (decimal): -10187649 or 8359012. OLE color: 8359012.

HSL color Cylindrical-coordinate representation of color #648C7F: hue angle of 160.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648C7F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 140 127 -
CMYK 0.29 0 0.09 0.45
HSL 160.5º 0.17% 0.47% -
HSV(B) 160.5º 0.29% 0.55% -
XYZ 18.46 23 23.54 -
YUV 126.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 100 140 127 0.29 0 0.09 0.45 160.5 0.17 0.47
Hex 64 8C 7F 1D 0 9 2D A0 11 2F
Octal 144 214 177 35 0 11 55 240 21 57
Binary 1100100 10001100 1111111 11101 0 1001 101101 10100000 10001 101111

Color Harmonies of #648C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C7F

Black with #648C7F

Text Example


Text Example

White with #648C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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