Html Css Color HEX #627A5F Finlandia

📋 copy color: '#627A5F'

red 98 ◦ green 122 ◦ blue 95

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

Shades of Finlandia #627A5F

Tints of Finlandia #627A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

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

R = 31.11%
G = 38.73%
B = 30.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#627A5F (or 0x627A5F) is known color: Finlandia. HEX triplet: 62, 7A and 5F. RGB value is (98,122,95). Sum of RGB (Red+Green+Blue) = 98+122+95=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #627A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A5F is #9D85A0. Grayscale: #6F6F6F. Windows color (decimal): -10323361 or 6257250. OLE color: 6257250.

HSL color Cylindrical-coordinate representation of color #627A5F: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627A5F is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 95 -
CMYK 0.20 0 0.22 0.52
HSL 113.33º 0.12% 0.43% -
HSV(B) 113.33º 0.22% 0.48% -
XYZ 14.06 17.34 13.43 -
YUV 111.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 98 122 95 0.20 0 0.22 0.52 113.33 0.12 0.43
Hex 62 7A 5F 14 0 16 34 71 C 2B
Octal 142 172 137 24 0 26 64 161 14 53
Binary 1100010 1111010 1011111 10100 0 10110 110100 1110001 1100 101011

Color Harmonies of #627A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A5F

Black with #627A5F

Text Example


Text Example

White with #627A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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