Html Css Color HEX #568076 Cutty Sark

📋 copy color: '#568076'

red 86 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #568076

Tints of Cutty Sark #568076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 25.9%
G = 38.55%
B = 35.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#568076 (or 0x568076) is known color: Cutty Sark. HEX triplet: 56, 80 and 76. RGB value is (86,128,118). Sum of RGB (Red+Green+Blue) = 86+128+118=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #568076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568076 is #A97F89. Grayscale: #727272. Windows color (decimal): -11108234 or 7766102. OLE color: 7766102.

HSL color Cylindrical-coordinate representation of color #568076: hue angle of 165.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #568076 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 118 -
CMYK 0.33 0 0.08 0.50
HSL 165.71º 0.2% 0.42% -
HSV(B) 165.71º 0.33% 0.5% -
XYZ 14.83 18.72 19.97 -
YUV 114.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 86 128 118 0.33 0 0.08 0.50 165.71 0.2 0.42
Hex 56 80 76 21 0 8 32 A6 14 2A
Octal 126 200 166 41 0 10 62 246 24 52
Binary 1010110 10000000 1110110 100001 0 1000 110010 10100110 10100 101010

Color Harmonies of #568076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568076

Black with #568076

Text Example


Text Example

White with #568076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568076; }

 p { color: rgb(86,128,118); }

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

background-color css

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

 a { background-color: rgb(86,128,118); }

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

border-color css

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

 span { border-color: rgb(86,128,118); }

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