Html Css Color HEX #61725F Finlandia

📋 copy color: '#61725F'

red 97 ◦ green 114 ◦ blue 95

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

Shades of Finlandia #61725F

Tints of Finlandia #61725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 31.7%
G = 37.25%
B = 31.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#61725F (or 0x61725F) is known color: Finlandia. HEX triplet: 61, 72 and 5F. RGB value is (97,114,95). Sum of RGB (Red+Green+Blue) = 97+114+95=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #61725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61725F is #9E8DA0. Grayscale: #6A6A6A. Windows color (decimal): -10390945 or 6255201. OLE color: 6255201.

HSL color Cylindrical-coordinate representation of color #61725F: hue angle of 113.68º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #61725F is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 95 -
CMYK 0.15 0 0.17 0.55
HSL 113.68º 0.09% 0.41% -
HSV(B) 113.68º 0.17% 0.45% -
XYZ 13.01 15.4 13.11 -
YUV 106.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 97 114 95 0.15 0 0.17 0.55 113.68 0.09 0.41
Hex 61 72 5F F 0 11 37 72 9 29
Octal 141 162 137 17 0 21 67 162 11 51
Binary 1100001 1110010 1011111 1111 0 10001 110111 1110010 1001 101001

Color Harmonies of #61725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61725F

Black with #61725F

Text Example


Text Example

White with #61725F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61725F; }

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

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

background-color css

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

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

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

border-color css

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

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

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