Html Css Color HEX #568B70 Cutty Sark

📋 copy color: '#568B70'

red 86 ◦ green 139 ◦ blue 112

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

Shades of Cutty Sark #568B70

Tints of Cutty Sark #568B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.25%

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

R = 25.52%
G = 41.25%
B = 33.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#568B70 (or 0x568B70) is known color: Cutty Sark. HEX triplet: 56, 8B and 70. RGB value is (86,139,112). Sum of RGB (Red+Green+Blue) = 86+139+112=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #568B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B70 is #A9748F. Grayscale: #787878. Windows color (decimal): -11105424 or 7375702. OLE color: 7375702.

HSL color Cylindrical-coordinate representation of color #568B70: hue angle of 149.43º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B70 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 139 112 -
CMYK 0.38 0 0.19 0.45
HSL 149.43º 0.24% 0.44% -
HSV(B) 149.43º 0.38% 0.55% -
XYZ 16 21.61 18.66 -
YUV 120.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 86 139 112 0.38 0 0.19 0.45 149.43 0.24 0.44
Hex 56 8B 70 26 0 13 2D 95 18 2C
Octal 126 213 160 46 0 23 55 225 30 54
Binary 1010110 10001011 1110000 100110 0 10011 101101 10010101 11000 101100

Color Harmonies of #568B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568B70

Black with #568B70

Text Example


Text Example

White with #568B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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