Html Css Color HEX #568270 Cutty Sark

📋 copy color: '#568270'

red 86 ◦ green 130 ◦ blue 112

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

Shades of Cutty Sark #568270

Tints of Cutty Sark #568270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 26.22%
G = 39.63%
B = 34.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#568270 (or 0x568270) is known color: Cutty Sark. HEX triplet: 56, 82 and 70. RGB value is (86,130,112). Sum of RGB (Red+Green+Blue) = 86+130+112=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #568270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568270 is #A97D8F. Grayscale: #727272. Windows color (decimal): -11107728 or 7373398. OLE color: 7373398.

HSL color Cylindrical-coordinate representation of color #568270: hue angle of 155.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568270 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 130 112 -
CMYK 0.34 0 0.14 0.49
HSL 155.45º 0.2% 0.42% -
HSV(B) 155.45º 0.34% 0.51% -
XYZ 14.75 19.11 18.24 -
YUV 114.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 86 130 112 0.34 0 0.14 0.49 155.45 0.2 0.42
Hex 56 82 70 22 0 E 31 9B 14 2A
Octal 126 202 160 42 0 16 61 233 24 52
Binary 1010110 10000010 1110000 100010 0 1110 110001 10011011 10100 101010

Color Harmonies of #568270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568270

Black with #568270

Text Example


Text Example

White with #568270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568270; }

 p { color: rgb(86,130,112); }

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

background-color css

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

 a { background-color: rgb(86,130,112); }

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

border-color css

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

 span { border-color: rgb(86,130,112); }

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