Html Css Color HEX #62725D Finlandia

📋 copy color: '#62725D'

red 98 ◦ green 114 ◦ blue 93

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

Shades of Finlandia #62725D

Tints of Finlandia #62725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 32.13%
G = 37.38%
B = 30.49%

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

#62725D (or 0x62725D) is known color: Finlandia. HEX triplet: 62, 72 and 5D. RGB value is (98,114,93). Sum of RGB (Red+Green+Blue) = 98+114+93=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #62725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725D is #9D8DA2. Grayscale: #6A6A6A. Windows color (decimal): -10325411 or 6124130. OLE color: 6124130.

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

Color convert

RGB 98 114 93 -
CMYK 0.14 0 0.18 0.55
HSL 105.71º 0.1% 0.41% -
HSV(B) 105.71º 0.18% 0.45% -
XYZ 13.03 15.42 12.65 -
YUV 106.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 98 114 93 0.14 0 0.18 0.55 105.71 0.1 0.41
Hex 62 72 5D E 0 12 37 6A A 29
Octal 142 162 135 16 0 22 67 152 12 51
Binary 1100010 1110010 1011101 1110 0 10010 110111 1101010 1010 101001

Color Harmonies of #62725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62725D

Black with #62725D

Text Example


Text Example

White with #62725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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