Html Css Color HEX #5A755A Finlandia

📋 copy color: '#5A755A'

red 90 ◦ green 117 ◦ blue 90

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

Shades of Finlandia #5A755A

Tints of Finlandia #5A755A

RGB

 RED value IS 90 (35.55% from 255) = 30.3%

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

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#5A755A (or 0x5A755A) is known color: Finlandia. HEX triplet: 5A, 75 and 5A. RGB value is (90,117,90). Sum of RGB (Red+Green+Blue) = 90+117+90=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #5A755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A755A is #A58AA5. Grayscale: #696969. Windows color (decimal): -10848934 or 5928282. OLE color: 5928282.

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

Color convert

RGB 90 117 90 -
CMYK 0.23 0 0.23 0.54
HSL 120º 0.13% 0.41% -
HSV(B) 120º 0.23% 0.46% -
XYZ 12.42 15.63 12.04 -
YUV 105.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 90 117 90 0.23 0 0.23 0.54 120 0.13 0.41
Hex 5A 75 5A 17 0 17 36 78 D 29
Octal 132 165 132 27 0 27 66 170 15 51
Binary 1011010 1110101 1011010 10111 0 10111 110110 1111000 1101 101001

Color Harmonies of #5A755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A755A

Black with #5A755A

Text Example


Text Example

White with #5A755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A755A; }

 p { color: rgb(90,117,90); }

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

background-color css

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

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

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

border-color css

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

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

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