Html Css Color HEX #64785D Finlandia

📋 copy color: '#64785D'

red 100 ◦ green 120 ◦ blue 93

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

Shades of Finlandia #64785D

Tints of Finlandia #64785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 31.95%
G = 38.34%
B = 29.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#64785D (or 0x64785D) is known color: Finlandia. HEX triplet: 64, 78 and 5D. RGB value is (100,120,93). Sum of RGB (Red+Green+Blue) = 100+120+93=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #64785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785D is #9B87A2. Grayscale: #6F6F6F. Windows color (decimal): -10192803 or 6125668. OLE color: 6125668.

HSL color Cylindrical-coordinate representation of color #64785D: hue angle of 104.44º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64785D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 120 93 -
CMYK 0.17 0 0.22 0.53
HSL 104.44º 0.13% 0.42% -
HSV(B) 104.44º 0.23% 0.47% -
XYZ 13.95 16.93 12.89 -
YUV 110.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 100 120 93 0.17 0 0.22 0.53 104.44 0.13 0.42
Hex 64 78 5D 11 0 16 35 68 D 2A
Octal 144 170 135 21 0 26 65 150 15 52
Binary 1100100 1111000 1011101 10001 0 10110 110101 1101000 1101 101010

Color Harmonies of #64785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64785D

Black with #64785D

Text Example


Text Example

White with #64785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,120,93); }

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

background-color css

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

 a { background-color: rgb(100,120,93); }

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

border-color css

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

 span { border-color: rgb(100,120,93); }

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