Html Css Color HEX #5D765E Finlandia

📋 copy color: '#5D765E'

red 93 ◦ green 118 ◦ blue 94

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

Shades of Finlandia #5D765E

Tints of Finlandia #5D765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 30.49%
G = 38.69%
B = 30.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#5D765E (or 0x5D765E) is known color: Finlandia. HEX triplet: 5D, 76 and 5E. RGB value is (93,118,94). Sum of RGB (Red+Green+Blue) = 93+118+94=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #5D765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D765E is #A289A1. Grayscale: #6B6B6B. Windows color (decimal): -10652066 or 6190685. OLE color: 6190685.

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

Color convert

RGB 93 118 94 -
CMYK 0.21 0 0.20 0.54
HSL 122.4º 0.12% 0.41% -
HSV(B) 122.4º 0.21% 0.46% -
XYZ 13.01 16.09 13.01 -
YUV 107.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 93 118 94 0.21 0 0.20 0.54 122.4 0.12 0.41
Hex 5D 76 5E 15 0 14 36 7A C 29
Octal 135 166 136 25 0 24 66 172 14 51
Binary 1011101 1110110 1011110 10101 0 10100 110110 1111010 1100 101001

Color Harmonies of #5D765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D765E

Black with #5D765E

Text Example


Text Example

White with #5D765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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