Html Css Color HEX #667462 Finlandia

📋 copy color: '#667462'

red 102 ◦ green 116 ◦ blue 98

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

Shades of Finlandia #667462

Tints of Finlandia #667462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 32.28%
G = 36.71%
B = 31.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#667462 (or 0x667462) is known color: Finlandia. HEX triplet: 66, 74 and 62. RGB value is (102,116,98). Sum of RGB (Red+Green+Blue) = 102+116+98=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #667462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667462 is #998B9D. Grayscale: #6D6D6D. Windows color (decimal): -10062750 or 6452326. OLE color: 6452326.

HSL color Cylindrical-coordinate representation of color #667462: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667462 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 98 -
CMYK 0.12 0 0.16 0.55
HSL 106.67º 0.08% 0.42% -
HSV(B) 106.67º 0.16% 0.45% -
XYZ 13.93 16.2 13.95 -
YUV 109.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 102 116 98 0.12 0 0.16 0.55 106.67 0.08 0.42
Hex 66 74 62 C 0 10 37 6B 8 2A
Octal 146 164 142 14 0 20 67 153 10 52
Binary 1100110 1110100 1100010 1100 0 10000 110111 1101011 1000 101010

Color Harmonies of #667462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667462

Black with #667462

Text Example


Text Example

White with #667462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667462; }

 p { color: rgb(102,116,98); }

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

background-color css

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

 a { background-color: rgb(102,116,98); }

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

border-color css

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

 span { border-color: rgb(102,116,98); }

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