Html Css Color HEX #64998D Patina

📋 copy color: '#64998D'

red 100 ◦ green 153 ◦ blue 141

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

Shades of Patina #64998D

Tints of Patina #64998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 25.38%
G = 38.83%
B = 35.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#64998D (or 0x64998D) is known color: Patina. HEX triplet: 64, 99 and 8D. RGB value is (100,153,141). Sum of RGB (Red+Green+Blue) = 100+153+141=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #64998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64998D is #9B6672. Grayscale: #878787. Windows color (decimal): -10184307 or 9279844. OLE color: 9279844.

HSL color Cylindrical-coordinate representation of color #64998D: hue angle of 166.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64998D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 141 -
CMYK 0.35 0 0.08 0.4
HSL 166.42º 0.21% 0.5% -
HSV(B) 166.42º 0.35% 0.6% -
XYZ 21.45 27.41 29.36 -
YUV 135.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 100 153 141 0.35 0 0.08 0.4 166.42 0.21 0.5
Hex 64 99 8D 23 0 8 28 A6 15 32
Octal 144 231 215 43 0 10 50 246 25 62
Binary 1100100 10011001 10001101 100011 0 1000 101000 10100110 10101 110010

Color Harmonies of #64998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64998D

Black with #64998D

Text Example


Text Example

White with #64998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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