Html Css Color HEX #5F7A5E Finlandia

📋 copy color: '#5F7A5E'

red 95 ◦ green 122 ◦ blue 94

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

Shades of Finlandia #5F7A5E

Tints of Finlandia #5F7A5E

RGB

 RED value IS 95 (37.5% from 255) = 30.55%

 GREEN value IS 122 (48.05% from 255) = 39.23%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 30.55%
G = 39.23%
B = 30.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#5F7A5E (or 0x5F7A5E) is known color: Finlandia. HEX triplet: 5F, 7A and 5E. RGB value is (95,122,94). Sum of RGB (Red+Green+Blue) = 95+122+94=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A5E is #A085A1. Grayscale: #6E6E6E. Windows color (decimal): -10519970 or 6191711. OLE color: 6191711.

HSL color Cylindrical-coordinate representation of color #5F7A5E: hue angle of 117.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F7A5E is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 122 94 -
CMYK 0.22 0 0.23 0.52
HSL 117.86º 0.13% 0.42% -
HSV(B) 117.86º 0.23% 0.48% -
XYZ 13.7 17.16 13.18 -
YUV 110.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 95 122 94 0.22 0 0.23 0.52 117.86 0.13 0.42
Hex 5F 7A 5E 16 0 17 34 76 D 2A
Octal 137 172 136 26 0 27 64 166 15 52
Binary 1011111 1111010 1011110 10110 0 10111 110100 1110110 1101 101010

Color Harmonies of #5F7A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7A5E

Black with #5F7A5E

Text Example


Text Example

White with #5F7A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F7A5E; }

 p { color: rgb(95,122,94); }

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

background-color css

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

 a { background-color: rgb(95,122,94); }

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

border-color css

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

 span { border-color: rgb(95,122,94); }

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