Html Css Color HEX #606F5B Finlandia

📋 copy color: '#606F5B'

red 96 ◦ green 111 ◦ blue 91

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

Shades of Finlandia #606F5B

Tints of Finlandia #606F5B

RGB

 RED value IS 96 (37.89% from 255) = 32.21%

 GREEN value IS 111 (43.75% from 255) = 37.25%

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 32.21%
G = 37.25%
B = 30.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#606F5B (or 0x606F5B) is known color: Finlandia. HEX triplet: 60, 6F and 5B. RGB value is (96,111,91). Sum of RGB (Red+Green+Blue) = 96+111+91=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #606F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F5B is #9F90A4. Grayscale: #686868. Windows color (decimal): -10457253 or 5992288. OLE color: 5992288.

HSL color Cylindrical-coordinate representation of color #606F5B: hue angle of 105º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606F5B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 111 91 -
CMYK 0.14 0 0.18 0.56
HSL 105º 0.1% 0.4% -
HSV(B) 105º 0.18% 0.44% -
XYZ 12.4 14.61 12.06 -
YUV 104.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 96 111 91 0.14 0 0.18 0.56 105 0.1 0.4
Hex 60 6F 5B E 0 12 38 69 A 28
Octal 140 157 133 16 0 22 70 151 12 50
Binary 1100000 1101111 1011011 1110 0 10010 111000 1101001 1010 101000

Color Harmonies of #606F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606F5B

Black with #606F5B

Text Example


Text Example

White with #606F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606F5B; }

 p { color: rgb(96,111,91); }

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

background-color css

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

 a { background-color: rgb(96,111,91); }

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

border-color css

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

 span { border-color: rgb(96,111,91); }

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