Html Css Color HEX #617A5F Finlandia

📋 copy color: '#617A5F'

red 97 ◦ green 122 ◦ blue 95

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

Shades of Finlandia #617A5F

Tints of Finlandia #617A5F

RGB

 RED value IS 97 (38.28% from 255) = 30.89%

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 30.89%
G = 38.85%
B = 30.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#617A5F (or 0x617A5F) is known color: Finlandia. HEX triplet: 61, 7A and 5F. RGB value is (97,122,95). Sum of RGB (Red+Green+Blue) = 97+122+95=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #617A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A5F is #9E85A0. Grayscale: #6F6F6F. Windows color (decimal): -10388897 or 6257249. OLE color: 6257249.

HSL color Cylindrical-coordinate representation of color #617A5F: hue angle of 115.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617A5F is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 122 95 -
CMYK 0.20 0 0.22 0.52
HSL 115.56º 0.12% 0.43% -
HSV(B) 115.56º 0.22% 0.48% -
XYZ 13.95 17.29 13.43 -
YUV 111.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 97 122 95 0.20 0 0.22 0.52 115.56 0.12 0.43
Hex 61 7A 5F 14 0 16 34 74 C 2B
Octal 141 172 137 24 0 26 64 164 14 53
Binary 1100001 1111010 1011111 10100 0 10110 110100 1110100 1100 101011

Color Harmonies of #617A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617A5F

Black with #617A5F

Text Example


Text Example

White with #617A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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