Html Css Color HEX #667F60 Finlandia

📋 copy color: '#667F60'

red 102 ◦ green 127 ◦ blue 96

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

Shades of Finlandia #667F60

Tints of Finlandia #667F60

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

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

R = 31.38%
G = 39.08%
B = 29.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#667F60 (or 0x667F60) is known color: Finlandia. HEX triplet: 66, 7F and 60. RGB value is (102,127,96). Sum of RGB (Red+Green+Blue) = 102+127+96=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #667F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F60 is #99809F. Grayscale: #747474. Windows color (decimal): -10059936 or 6324070. OLE color: 6324070.

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

Color convert

RGB 102 127 96 -
CMYK 0.20 0 0.24 0.50
HSL 108.39º 0.14% 0.44% -
HSV(B) 108.39º 0.24% 0.5% -
XYZ 15.18 18.85 13.9 -
YUV 115.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 102 127 96 0.20 0 0.24 0.50 108.39 0.14 0.44
Hex 66 7F 60 14 0 18 32 6C E 2C
Octal 146 177 140 24 0 30 62 154 16 54
Binary 1100110 1111111 1100000 10100 0 11000 110010 1101100 1110 101100

Color Harmonies of #667F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F60

Black with #667F60

Text Example


Text Example

White with #667F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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