Html Css Color HEX #568E74 Cutty Sark

📋 copy color: '#568E74'

red 86 ◦ green 142 ◦ blue 116

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

Shades of Cutty Sark #568E74

Tints of Cutty Sark #568E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 25%
G = 41.28%
B = 33.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#568E74 (or 0x568E74) is known color: Cutty Sark. HEX triplet: 56, 8E and 74. RGB value is (86,142,116). Sum of RGB (Red+Green+Blue) = 86+142+116=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #568E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E74 is #A9718B. Grayscale: #7A7A7A. Windows color (decimal): -11104652 or 7638614. OLE color: 7638614.

HSL color Cylindrical-coordinate representation of color #568E74: hue angle of 152.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E74 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 142 116 -
CMYK 0.39 0 0.18 0.44
HSL 152.14º 0.25% 0.45% -
HSV(B) 152.14º 0.39% 0.56% -
XYZ 16.66 22.59 20 -
YUV 122.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 86 142 116 0.39 0 0.18 0.44 152.14 0.25 0.45
Hex 56 8E 74 27 0 12 2C 98 19 2D
Octal 126 216 164 47 0 22 54 230 31 55
Binary 1010110 10001110 1110100 100111 0 10010 101100 10011000 11001 101101

Color Harmonies of #568E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568E74

Black with #568E74

Text Example


Text Example

White with #568E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,142,116); }

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

background-color css

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

 a { background-color: rgb(86,142,116); }

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

border-color css

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

 span { border-color: rgb(86,142,116); }

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