Html Css Color HEX #5D765A Finlandia

📋 copy color: '#5D765A'

red 93 ◦ green 118 ◦ blue 90

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

Shades of Finlandia #5D765A

Tints of Finlandia #5D765A

RGB

 RED value IS 93 (36.72% from 255) = 30.9%

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 30.9%
G = 39.2%
B = 29.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#5D765A (or 0x5D765A) is known color: Finlandia. HEX triplet: 5D, 76 and 5A. RGB value is (93,118,90). Sum of RGB (Red+Green+Blue) = 93+118+90=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #5D765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D765A is #A289A5. Grayscale: #6B6B6B. Windows color (decimal): -10652070 or 5928541. OLE color: 5928541.

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

Color convert

RGB 93 118 90 -
CMYK 0.21 0 0.24 0.54
HSL 113.57º 0.13% 0.41% -
HSV(B) 113.57º 0.24% 0.46% -
XYZ 12.84 16.02 12.09 -
YUV 107.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 93 118 90 0.21 0 0.24 0.54 113.57 0.13 0.41
Hex 5D 76 5A 15 0 18 36 72 D 29
Octal 135 166 132 25 0 30 66 162 15 51
Binary 1011101 1110110 1011010 10101 0 11000 110110 1110010 1101 101001

Color Harmonies of #5D765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D765A

Black with #5D765A

Text Example


Text Example

White with #5D765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,118,90); }

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

background-color css

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

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

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

border-color css

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

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

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