Html Css Color HEX #626A5F Finlandia

📋 copy color: '#626A5F'

red 98 ◦ green 106 ◦ blue 95

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

Shades of Finlandia #626A5F

Tints of Finlandia #626A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

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

R = 32.78%
G = 35.45%
B = 31.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#626A5F (or 0x626A5F) is known color: Finlandia. HEX triplet: 62, 6A and 5F. RGB value is (98,106,95). Sum of RGB (Red+Green+Blue) = 98+106+95=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #626A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A5F is #9D95A0. Grayscale: #666666. Windows color (decimal): -10327457 or 6253154. OLE color: 6253154.

HSL color Cylindrical-coordinate representation of color #626A5F: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #626A5F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 106 95 -
CMYK 0.08 0 0.10 0.58
HSL 103.64º 0.05% 0.39% -
HSV(B) 103.64º 0.1% 0.42% -
XYZ 12.26 13.73 12.83 -
YUV 102.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 98 106 95 0.08 0 0.10 0.58 103.64 0.05 0.39
Hex 62 6A 5F 8 0 A 3A 68 5 27
Octal 142 152 137 10 0 12 72 150 5 47
Binary 1100010 1101010 1011111 1000 0 1010 111010 1101000 101 100111

Color Harmonies of #626A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A5F

Black with #626A5F

Text Example


Text Example

White with #626A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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