Html Css Color HEX #56926F Cutty Sark

📋 copy color: '#56926F'

red 86 ◦ green 146 ◦ blue 111

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

Shades of Cutty Sark #56926F

Tints of Cutty Sark #56926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

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

R = 25.07%
G = 42.57%
B = 32.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#56926F (or 0x56926F) is known color: Cutty Sark. HEX triplet: 56, 92 and 6F. RGB value is (86,146,111). Sum of RGB (Red+Green+Blue) = 86+146+111=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #56926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56926F is #A96D90. Grayscale: #7C7C7C. Windows color (decimal): -11103633 or 7311958. OLE color: 7311958.

HSL color Cylindrical-coordinate representation of color #56926F: hue angle of 145º 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 #56926F is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 146 111 -
CMYK 0.41 0 0.24 0.43
HSL 145º 0.26% 0.45% -
HSV(B) 145º 0.41% 0.57% -
XYZ 16.99 23.68 18.72 -
YUV 124.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 86 146 111 0.41 0 0.24 0.43 145 0.26 0.45
Hex 56 92 6F 29 0 18 2B 91 1A 2D
Octal 126 222 157 51 0 30 53 221 32 55
Binary 1010110 10010010 1101111 101001 0 11000 101011 10010001 11010 101101

Color Harmonies of #56926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56926F

Black with #56926F

Text Example


Text Example

White with #56926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #56926F;
 }
 .AnyTagClassName
 {
   color: #56926F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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