Html Css Color HEX #627062 Finlandia

📋 copy color: '#627062'

red 98 ◦ green 112 ◦ blue 98

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

Shades of Finlandia #627062

Tints of Finlandia #627062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 31.82%
G = 36.36%
B = 31.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#627062 (or 0x627062) is known color: Finlandia. HEX triplet: 62, 70 and 62. RGB value is (98,112,98). Sum of RGB (Red+Green+Blue) = 98+112+98=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #627062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627062 is #9D8F9D. Grayscale: #6A6A6A. Windows color (decimal): -10325918 or 6451298. OLE color: 6451298.

HSL color Cylindrical-coordinate representation of color #627062: hue angle of 120º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #627062 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 98 -
CMYK 0.13 0 0.13 0.56
HSL 120º 0.07% 0.41% -
HSV(B) 120º 0.13% 0.44% -
XYZ 13.04 15.07 13.78 -
YUV 106.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 98 112 98 0.13 0 0.13 0.56 120 0.07 0.41
Hex 62 70 62 D 0 D 38 78 7 29
Octal 142 160 142 15 0 15 70 170 7 51
Binary 1100010 1110000 1100010 1101 0 1101 111000 1111000 111 101001

Color Harmonies of #627062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627062

Black with #627062

Text Example


Text Example

White with #627062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627062; }

 p { color: rgb(98,112,98); }

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

background-color css

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

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

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

border-color css

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

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

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