Html Css Color HEX #627B5F Finlandia

📋 copy color: '#627B5F'

red 98 ◦ green 123 ◦ blue 95

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

Shades of Finlandia #627B5F

Tints of Finlandia #627B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

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

R = 31.01%
G = 38.92%
B = 30.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#627B5F (or 0x627B5F) is known color: Finlandia. HEX triplet: 62, 7B and 5F. RGB value is (98,123,95). Sum of RGB (Red+Green+Blue) = 98+123+95=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 123 - color contains mainly: green. Hex color #627B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B5F is #9D84A0. Grayscale: #707070. Windows color (decimal): -10323105 or 6257506. OLE color: 6257506.

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

Color convert

RGB 98 123 95 -
CMYK 0.20 0 0.23 0.52
HSL 113.57º 0.13% 0.43% -
HSV(B) 113.57º 0.23% 0.48% -
XYZ 14.19 17.59 13.47 -
YUV 112.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 98 123 95 0.20 0 0.23 0.52 113.57 0.13 0.43
Hex 62 7B 5F 14 0 17 34 72 D 2B
Octal 142 173 137 24 0 27 64 162 15 53
Binary 1100010 1111011 1011111 10100 0 10111 110100 1110010 1101 101011

Color Harmonies of #627B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627B5F

Black with #627B5F

Text Example


Text Example

White with #627B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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