Html Css Color HEX #5D785D Finlandia

📋 copy color: '#5D785D'

red 93 ◦ green 120 ◦ blue 93

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

Shades of Finlandia #5D785D

Tints of Finlandia #5D785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 30.39%
G = 39.22%
B = 30.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#5D785D (or 0x5D785D) is known color: Finlandia. HEX triplet: 5D, 78 and 5D. RGB value is (93,120,93). Sum of RGB (Red+Green+Blue) = 93+120+93=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5D785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D785D is #A287A2. Grayscale: #6C6C6C. Windows color (decimal): -10651555 or 6125661. OLE color: 6125661.

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

Color convert

RGB 93 120 93 -
CMYK 0.22 0 0.22 0.53
HSL 120º 0.13% 0.42% -
HSV(B) 120º 0.23% 0.47% -
XYZ 13.21 16.55 12.85 -
YUV 108.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 93 120 93 0.22 0 0.22 0.53 120 0.13 0.42
Hex 5D 78 5D 16 0 16 35 78 D 2A
Octal 135 170 135 26 0 26 65 170 15 52
Binary 1011101 1111000 1011101 10110 0 10110 110101 1111000 1101 101010

Color Harmonies of #5D785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D785D

Black with #5D785D

Text Example


Text Example

White with #5D785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,93); }

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

background-color css

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

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

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

border-color css

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

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

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