Html Css Color HEX #64988D Patina

📋 copy color: '#64988D'

red 100 ◦ green 152 ◦ blue 141

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

Shades of Patina #64988D

Tints of Patina #64988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 25.45%
G = 38.68%
B = 35.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#64988D (or 0x64988D) is known color: Patina. HEX triplet: 64, 98 and 8D. RGB value is (100,152,141). Sum of RGB (Red+Green+Blue) = 100+152+141=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #64988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64988D is #9B6772. Grayscale: #878787. Windows color (decimal): -10184563 or 9279588. OLE color: 9279588.

HSL color Cylindrical-coordinate representation of color #64988D: hue angle of 167.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64988D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 141 -
CMYK 0.34 0 0.07 0.40
HSL 167.31º 0.21% 0.49% -
HSV(B) 167.31º 0.34% 0.6% -
XYZ 21.29 27.09 29.31 -
YUV 135.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 100 152 141 0.34 0 0.07 0.40 167.31 0.21 0.49
Hex 64 98 8D 22 0 7 28 A7 15 31
Octal 144 230 215 42 0 7 50 247 25 61
Binary 1100100 10011000 10001101 100010 0 111 101000 10100111 10101 110001

Color Harmonies of #64988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64988D

Black with #64988D

Text Example


Text Example

White with #64988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64988D; }

 p { color: rgb(100,152,141); }

 H1.HeaderClassName
 {
   color: #64988D;
 }
 .AnyTagClassName
 {
   color: #64988D;
 }
</style>

background-color css

<style>
 a { background-color: #64988D; }

 a { background-color: rgb(100,152,141); }

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

border-color css

<style>
 span { border-color: #64988D; }

 span { border-color: rgb(100,152,141); }

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