Html Css Color HEX #668060 Finlandia

📋 copy color: '#668060'

red 102 ◦ green 128 ◦ blue 96

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

Shades of Finlandia #668060

Tints of Finlandia #668060

RGB

 RED value IS 102 (40.23% from 255) = 31.29%

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

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

R = 31.29%
G = 39.26%
B = 29.45%

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

#668060 (or 0x668060) is known color: Finlandia. HEX triplet: 66, 80 and 60. RGB value is (102,128,96). Sum of RGB (Red+Green+Blue) = 102+128+96=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #668060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668060 is #997F9F. Grayscale: #747474. Windows color (decimal): -10059680 or 6324326. OLE color: 6324326.

HSL color Cylindrical-coordinate representation of color #668060: hue angle of 108.75º 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 #668060 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 96 -
CMYK 0.20 0 0.25 0.50
HSL 108.75º 0.14% 0.44% -
HSV(B) 108.75º 0.25% 0.5% -
XYZ 15.31 19.11 13.95 -
YUV 116.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 102 128 96 0.20 0 0.25 0.50 108.75 0.14 0.44
Hex 66 80 60 14 0 19 32 6D E 2C
Octal 146 200 140 24 0 31 62 155 16 54
Binary 1100110 10000000 1100000 10100 0 11001 110010 1101101 1110 101100

Color Harmonies of #668060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668060

Black with #668060

Text Example


Text Example

White with #668060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668060; }

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

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

background-color css

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

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

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

border-color css

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

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

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