Html Css Color HEX #678060 Finlandia

📋 copy color: '#678060'

red 103 ◦ green 128 ◦ blue 96

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

Shades of Finlandia #678060

Tints of Finlandia #678060

RGB

 RED value IS 103 (40.63% from 255) = 31.5%

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 31.5%
G = 39.14%
B = 29.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#678060 (or 0x678060) is known color: Finlandia. HEX triplet: 67, 80 and 60. RGB value is (103,128,96). Sum of RGB (Red+Green+Blue) = 103+128+96=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #678060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678060 is #987F9F. Grayscale: #747474. Windows color (decimal): -9994144 or 6324327. OLE color: 6324327.

HSL color Cylindrical-coordinate representation of color #678060: hue angle of 106.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678060 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 96 -
CMYK 0.20 0 0.25 0.50
HSL 106.88º 0.14% 0.44% -
HSV(B) 106.88º 0.25% 0.5% -
XYZ 15.42 19.17 13.95 -
YUV 116.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 103 128 96 0.20 0 0.25 0.50 106.88 0.14 0.44
Hex 67 80 60 14 0 19 32 6B E 2C
Octal 147 200 140 24 0 31 62 153 16 54
Binary 1100111 10000000 1100000 10100 0 11001 110010 1101011 1110 101100

Color Harmonies of #678060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678060

Black with #678060

Text Example


Text Example

White with #678060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678060; }

 p { color: rgb(103,128,96); }

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

background-color css

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

 a { background-color: rgb(103,128,96); }

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

border-color css

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

 span { border-color: rgb(103,128,96); }

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