Html Css Color HEX #5D7B6F Cutty Sark

📋 copy color: '#5D7B6F'

red 93 ◦ green 123 ◦ blue 111

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

Shades of Cutty Sark #5D7B6F

Tints of Cutty Sark #5D7B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.61%

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 28.44%
G = 37.61%
B = 33.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#5D7B6F (or 0x5D7B6F) is known color: Cutty Sark. HEX triplet: 5D, 7B and 6F. RGB value is (93,123,111). Sum of RGB (Red+Green+Blue) = 93+123+111=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #5D7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7B6F is #A28490. Grayscale: #707070. Windows color (decimal): -10650769 or 7306077. OLE color: 7306077.

HSL color Cylindrical-coordinate representation of color #5D7B6F: hue angle of 156º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D7B6F is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 123 111 -
CMYK 0.24 0 0.10 0.52
HSL 156º 0.14% 0.42% -
HSV(B) 156º 0.24% 0.48% -
XYZ 14.47 17.64 17.68 -
YUV 112.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 93 123 111 0.24 0 0.10 0.52 156 0.14 0.42
Hex 5D 7B 6F 18 0 A 34 9C E 2A
Octal 135 173 157 30 0 12 64 234 16 52
Binary 1011101 1111011 1101111 11000 0 1010 110100 10011100 1110 101010

Color Harmonies of #5D7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7B6F

Black with #5D7B6F

Text Example


Text Example

White with #5D7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,123,111); }

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

background-color css

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

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

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

border-color css

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

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

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