Html Css Color HEX #5F7A5B Finlandia

📋 copy color: '#5F7A5B'

red 95 ◦ green 122 ◦ blue 91

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

Shades of Finlandia #5F7A5B

Tints of Finlandia #5F7A5B

RGB

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

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

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

R = 30.84%
G = 39.61%
B = 29.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#5F7A5B (or 0x5F7A5B) is known color: Finlandia. HEX triplet: 5F, 7A and 5B. RGB value is (95,122,91). Sum of RGB (Red+Green+Blue) = 95+122+91=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7A5B is #A085A4. Grayscale: #6E6E6E. Windows color (decimal): -10519973 or 5995103. OLE color: 5995103.

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

Color convert

RGB 95 122 91 -
CMYK 0.22 0 0.25 0.52
HSL 112.26º 0.15% 0.42% -
HSV(B) 112.26º 0.25% 0.48% -
XYZ 13.57 17.11 12.48 -
YUV 110.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 95 122 91 0.22 0 0.25 0.52 112.26 0.15 0.42
Hex 5F 7A 5B 16 0 19 34 70 F 2A
Octal 137 172 133 26 0 31 64 160 17 52
Binary 1011111 1111010 1011011 10110 0 11001 110100 1110000 1111 101010

Color Harmonies of #5F7A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7A5B

Black with #5F7A5B

Text Example


Text Example

White with #5F7A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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