Html Css Color HEX #62755F Finlandia

📋 copy color: '#62755F'

red 98 ◦ green 117 ◦ blue 95

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

Shades of Finlandia #62755F

Tints of Finlandia #62755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 31.61%
G = 37.74%
B = 30.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#62755F (or 0x62755F) is known color: Finlandia. HEX triplet: 62, 75 and 5F. RGB value is (98,117,95). Sum of RGB (Red+Green+Blue) = 98+117+95=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #62755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755F is #9D8AA0. Grayscale: #6C6C6C. Windows color (decimal): -10324641 or 6255970. OLE color: 6255970.

HSL color Cylindrical-coordinate representation of color #62755F: hue angle of 111.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62755F is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 117 95 -
CMYK 0.16 0 0.19 0.54
HSL 111.82º 0.1% 0.42% -
HSV(B) 111.82º 0.19% 0.46% -
XYZ 13.46 16.15 13.23 -
YUV 108.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 98 117 95 0.16 0 0.19 0.54 111.82 0.1 0.42
Hex 62 75 5F 10 0 13 36 70 A 2A
Octal 142 165 137 20 0 23 66 160 12 52
Binary 1100010 1110101 1011111 10000 0 10011 110110 1110000 1010 101010

Color Harmonies of #62755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62755F

Black with #62755F

Text Example


Text Example

White with #62755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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