Html Css Color HEX #62725E Finlandia

📋 copy color: '#62725E'

red 98 ◦ green 114 ◦ blue 94

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

Shades of Finlandia #62725E

Tints of Finlandia #62725E

RGB

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

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

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

R = 32.03%
G = 37.25%
B = 30.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#62725E (or 0x62725E) is known color: Finlandia. HEX triplet: 62, 72 and 5E. RGB value is (98,114,94). Sum of RGB (Red+Green+Blue) = 98+114+94=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #62725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725E is #9D8DA1. Grayscale: #6B6B6B. Windows color (decimal): -10325410 or 6189666. OLE color: 6189666.

HSL color Cylindrical-coordinate representation of color #62725E: hue angle of 108º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62725E is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 114 94 -
CMYK 0.14 0 0.18 0.55
HSL 108º 0.1% 0.41% -
HSV(B) 108º 0.18% 0.45% -
XYZ 13.07 15.44 12.88 -
YUV 106.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 98 114 94 0.14 0 0.18 0.55 108 0.1 0.41
Hex 62 72 5E E 0 12 37 6C A 29
Octal 142 162 136 16 0 22 67 154 12 51
Binary 1100010 1110010 1011110 1110 0 10010 110111 1101100 1010 101001

Color Harmonies of #62725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62725E

Black with #62725E

Text Example


Text Example

White with #62725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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