Html Css Color HEX #62725F Finlandia

📋 copy color: '#62725F'

red 98 ◦ green 114 ◦ blue 95

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

Shades of Finlandia #62725F

Tints of Finlandia #62725F

RGB

 RED value IS 98 (38.67% from 255) = 31.92%

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

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

R = 31.92%
G = 37.13%
B = 30.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#62725F (or 0x62725F) is known color: Finlandia. HEX triplet: 62, 72 and 5F. RGB value is (98,114,95). Sum of RGB (Red+Green+Blue) = 98+114+95=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #62725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725F is #9D8DA0. Grayscale: #6B6B6B. Windows color (decimal): -10325409 or 6255202. OLE color: 6255202.

HSL color Cylindrical-coordinate representation of color #62725F: hue angle of 110.53º 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 #62725F is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 114 95 -
CMYK 0.14 0 0.17 0.55
HSL 110.53º 0.09% 0.41% -
HSV(B) 110.53º 0.17% 0.45% -
XYZ 13.12 15.46 13.12 -
YUV 107.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 98 114 95 0.14 0 0.17 0.55 110.53 0.09 0.41
Hex 62 72 5F E 0 11 37 6F 9 29
Octal 142 162 137 16 0 21 67 157 11 51
Binary 1100010 1110010 1011111 1110 0 10001 110111 1101111 1001 101001

Color Harmonies of #62725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62725F

Black with #62725F

Text Example


Text Example

White with #62725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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