Html Css Color HEX #569070 Cutty Sark

📋 copy color: '#569070'

red 86 ◦ green 144 ◦ blue 112

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

Shades of Cutty Sark #569070

Tints of Cutty Sark #569070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

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

R = 25.15%
G = 42.11%
B = 32.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#569070 (or 0x569070) is known color: Cutty Sark. HEX triplet: 56, 90 and 70. RGB value is (86,144,112). Sum of RGB (Red+Green+Blue) = 86+144+112=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #569070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569070 is #A96F8F. Grayscale: #7B7B7B. Windows color (decimal): -11104144 or 7376982. OLE color: 7376982.

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

Color convert

RGB 86 144 112 -
CMYK 0.40 0 0.22 0.44
HSL 146.9º 0.25% 0.45% -
HSV(B) 146.9º 0.4% 0.56% -
XYZ 16.74 23.09 18.9 -
YUV 123.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 86 144 112 0.40 0 0.22 0.44 146.9 0.25 0.45
Hex 56 90 70 28 0 16 2C 93 19 2D
Octal 126 220 160 50 0 26 54 223 31 55
Binary 1010110 10010000 1110000 101000 0 10110 101100 10010011 11001 101101

Color Harmonies of #569070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569070

Black with #569070

Text Example


Text Example

White with #569070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569070; }

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

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

background-color css

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

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

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

border-color css

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

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

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