#5C866F

Color #5C866F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #5C866F

Tints of Cutty Sark #5C866F

Color information

#5C866F (or 0x5C866F) is unknown color: approx Cutty Sark. HEX triplet: 5C, 86 and 6F. RGB value is (92,134,111). Sum of RGB (Red+Green+Blue) = 92+134+111=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #5C866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C866F is #A37990. Grayscale: #767676. Windows color (decimal): -10713489 or 7308892. OLE color: 7308892.

HSL color Cylindrical-coordinate representation of color #5C866F: hue angle of 147.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C866F is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB92134111-
CMYK0.3100.170.47
HSL147.14º18.58%44.31%-
HSV(B)147.14º31.34%52.55%-
XYZ15.8120.4718.16-
YUV118.82123.59108.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.30%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=27.30%
G=39.76%
B=32.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921341110.3100.170.47147.1418.5844.31
Hex5C866F1F0112F93132c
Octal13420615737021572232354
Binary1011100100001101101111111110100011011111001001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,134,111); }

 H1.HeaderClassName
 {
   color: #5C866F;
 }
 .AnyTagClassName
 {
   color: #5C866F;
 }
</style>
background-color css

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

 a { background-color: rgb(92,134,111); }

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

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

 span { border-color: rgb(92,134,111); }

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