Html Css Color HEX #5E8D75 Cutty Sark

📋 copy color: '#5E8D75'

red 94 ◦ green 141 ◦ blue 117

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

Shades of Cutty Sark #5E8D75

Tints of Cutty Sark #5E8D75

RGB

 RED value IS 94 (37.11% from 255) = 26.7%

 GREEN value IS 141 (55.47% from 255) = 40.06%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 26.7%
G = 40.06%
B = 33.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#5E8D75 (or 0x5E8D75) is known color: Cutty Sark. HEX triplet: 5E, 8D and 75. RGB value is (94,141,117). Sum of RGB (Red+Green+Blue) = 94+141+117=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8D75 is #A1728A. Grayscale: #7C7C7C. Windows color (decimal): -10580619 or 7703902. OLE color: 7703902.

HSL color Cylindrical-coordinate representation of color #5E8D75: hue angle of 149.36º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E8D75 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 141 117 -
CMYK 0.33 0 0.17 0.45
HSL 149.36º 0.2% 0.46% -
HSV(B) 149.36º 0.33% 0.55% -
XYZ 17.35 22.71 20.3 -
YUV 124.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 94 141 117 0.33 0 0.17 0.45 149.36 0.2 0.46
Hex 5E 8D 75 21 0 11 2D 95 14 2E
Octal 136 215 165 41 0 21 55 225 24 56
Binary 1011110 10001101 1110101 100001 0 10001 101101 10010101 10100 101110

Color Harmonies of #5E8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8D75

Black with #5E8D75

Text Example


Text Example

White with #5E8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,141,117); }

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

background-color css

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

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

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

border-color css

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

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

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