Html Css Color HEX #56916F Cutty Sark

📋 copy color: '#56916F'

red 86 ◦ green 145 ◦ blue 111

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

Shades of Cutty Sark #56916F

Tints of Cutty Sark #56916F

RGB

 RED value IS 86 (33.98% from 255) = 25.15%

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 25.15%
G = 42.4%
B = 32.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#56916F (or 0x56916F) is known color: 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

RGB 86 145 111 -
CMYK 0.41 0 0.23 0.43
HSL 145.42º 0.26% 0.45% -
HSV(B) 145.42º 0.41% 0.57% -
XYZ 16.83 23.38 18.66 -
YUV 123.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 86 145 111 0.41 0 0.23 0.43 145.42 0.26 0.45
Hex 56 91 6F 29 0 17 2B 91 1A 2D
Octal 126 221 157 51 0 27 53 221 32 55
Binary 1010110 10010001 1101111 101001 0 10111 101011 10010001 11010 101101

Color Harmonies of #56916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56916F

Black with #56916F

Text Example


Text Example

White with #56916F

Text Example


Text Example

HTML Codes & Css Web 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>