#56916F

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

Shades of Cutty Sark #56916F

Tints of Cutty Sark #56916F

Color information

#56916F (or 0x56916F) is unknown color: approx Cutty Sark. HEX triplet: 56, 91 and 6F. RGB value is (86,145,111). Sum of RGB (Red+Green+Blue) = 86+145+111=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #56916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56916F is #A96E90. Grayscale: #7B7B7B. Windows color (decimal): -11103889 or 7311702. OLE color: 7311702.

HSL color Cylindrical-coordinate representation of color #56916F: hue angle of 145.42º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56916F is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB86145111-
CMYK0.4100.230.43
HSL145.42º25.54%45.29%-
HSV(B)145.42º40.69%56.86%-
XYZ16.8323.3818.66-
YUV123.48120.95101.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=25.15%
G=42.40%
B=32.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451110.4100.230.43145.4225.5445.29
Hex56916F290172B911a2d
Octal12622115751027532213255
Binary10101101001000111011111010010101111010111001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56916F; }

 p { color: rgb(86,145,111); }

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

<style>
 a { background-color: #56916F; }

 a { background-color: rgb(86,145,111); }

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

<style>
 span { border-color: #56916F; }

 span { border-color: rgb(86,145,111); }

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