Html Css Color HEX #568970 Cutty Sark

📋 copy color: '#568970'

red 86 ◦ green 137 ◦ blue 112

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

Shades of Cutty Sark #568970

Tints of Cutty Sark #568970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 25.67%
G = 40.9%
B = 33.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#568970 (or 0x568970) is known color: Cutty Sark. HEX triplet: 56, 89 and 70. RGB value is (86,137,112). Sum of RGB (Red+Green+Blue) = 86+137+112=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #568970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568970 is #A9768F. Grayscale: #767676. Windows color (decimal): -11105936 or 7375190. OLE color: 7375190.

HSL color Cylindrical-coordinate representation of color #568970: hue angle of 150.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568970 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 137 112 -
CMYK 0.37 0 0.18 0.46
HSL 150.59º 0.23% 0.44% -
HSV(B) 150.59º 0.37% 0.54% -
XYZ 15.71 21.04 18.56 -
YUV 118.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 86 137 112 0.37 0 0.18 0.46 150.59 0.23 0.44
Hex 56 89 70 25 0 12 2E 97 17 2C
Octal 126 211 160 45 0 22 56 227 27 54
Binary 1010110 10001001 1110000 100101 0 10010 101110 10010111 10111 101100

Color Harmonies of #568970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568970

Black with #568970

Text Example


Text Example

White with #568970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568970; }

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

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

background-color css

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

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

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

border-color css

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

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

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