Html Css Color HEX #568C6A Cutty Sark

📋 copy color: '#568C6A'

red 86 ◦ green 140 ◦ blue 106

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

Shades of Cutty Sark #568C6A

Tints of Cutty Sark #568C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 25.9%
G = 42.17%
B = 31.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#568C6A (or 0x568C6A) is known color: Cutty Sark. HEX triplet: 56, 8C and 6A. RGB value is (86,140,106). Sum of RGB (Red+Green+Blue) = 86+140+106=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #568C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C6A is #A97395. Grayscale: #787878. Windows color (decimal): -11105174 or 6982742. OLE color: 6982742.

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

Color convert

RGB 86 140 106 -
CMYK 0.39 0 0.24 0.45
HSL 142.22º 0.24% 0.44% -
HSV(B) 142.22º 0.39% 0.55% -
XYZ 15.82 21.78 17.01 -
YUV 119.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 86 140 106 0.39 0 0.24 0.45 142.22 0.24 0.44
Hex 56 8C 6A 27 0 18 2D 8E 18 2C
Octal 126 214 152 47 0 30 55 216 30 54
Binary 1010110 10001100 1101010 100111 0 11000 101101 10001110 11000 101100

Color Harmonies of #568C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568C6A

Black with #568C6A

Text Example


Text Example

White with #568C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,140,106); }

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

background-color css

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

 a { background-color: rgb(86,140,106); }

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

border-color css

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

 span { border-color: rgb(86,140,106); }

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