Html Css Color HEX #64978A Patina

📋 copy color: '#64978A'

red 100 ◦ green 151 ◦ blue 138

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

Shades of Patina #64978A

Tints of Patina #64978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 25.71%
G = 38.82%
B = 35.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#64978A (or 0x64978A) is known color: Patina. HEX triplet: 64, 97 and 8A. RGB value is (100,151,138). Sum of RGB (Red+Green+Blue) = 100+151+138=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #64978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64978A is #9B6875. Grayscale: #868686. Windows color (decimal): -10184822 or 9082724. OLE color: 9082724.

HSL color Cylindrical-coordinate representation of color #64978A: hue angle of 164.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64978A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 138 -
CMYK 0.34 0 0.09 0.41
HSL 164.71º 0.2% 0.49% -
HSV(B) 164.71º 0.34% 0.59% -
XYZ 20.91 26.68 28.09 -
YUV 134.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 100 151 138 0.34 0 0.09 0.41 164.71 0.2 0.49
Hex 64 97 8A 22 0 9 29 A5 14 31
Octal 144 227 212 42 0 11 51 245 24 61
Binary 1100100 10010111 10001010 100010 0 1001 101001 10100101 10100 110001

Color Harmonies of #64978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64978A

Black with #64978A

Text Example


Text Example

White with #64978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64978A; }

 p { color: rgb(100,151,138); }

 H1.HeaderClassName
 {
   color: #64978A;
 }
 .AnyTagClassName
 {
   color: #64978A;
 }
</style>

background-color css

<style>
 a { background-color: #64978A; }

 a { background-color: rgb(100,151,138); }

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

border-color css

<style>
 span { border-color: #64978A; }

 span { border-color: rgb(100,151,138); }

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