Html Css Color HEX #64785F Finlandia

📋 copy color: '#64785F'

red 100 ◦ green 120 ◦ blue 95

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

Shades of Finlandia #64785F

Tints of Finlandia #64785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 31.75%
G = 38.1%
B = 30.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#64785F (or 0x64785F) is known color: Finlandia. HEX triplet: 64, 78 and 5F. RGB value is (100,120,95). Sum of RGB (Red+Green+Blue) = 100+120+95=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #64785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785F is #9B87A0. Grayscale: #6F6F6F. Windows color (decimal): -10192801 or 6256740. OLE color: 6256740.

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

Color convert

RGB 100 120 95 -
CMYK 0.17 0 0.21 0.53
HSL 108º 0.12% 0.42% -
HSV(B) 108º 0.21% 0.47% -
XYZ 14.04 16.97 13.36 -
YUV 111.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 100 120 95 0.17 0 0.21 0.53 108 0.12 0.42
Hex 64 78 5F 11 0 15 35 6C C 2A
Octal 144 170 137 21 0 25 65 154 14 52
Binary 1100100 1111000 1011111 10001 0 10101 110101 1101100 1100 101010

Color Harmonies of #64785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64785F

Black with #64785F

Text Example


Text Example

White with #64785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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