Html Css Color HEX #569072 Cutty Sark

📋 copy color: '#569072'

red 86 ◦ green 144 ◦ blue 114

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

Shades of Cutty Sark #569072

Tints of Cutty Sark #569072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 25%
G = 41.86%
B = 33.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#569072 (or 0x569072) is known color: Cutty Sark. HEX triplet: 56, 90 and 72. RGB value is (86,144,114). Sum of RGB (Red+Green+Blue) = 86+144+114=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #569072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569072 is #A96F8D. Grayscale: #7B7B7B. Windows color (decimal): -11104142 or 7508054. OLE color: 7508054.

HSL color Cylindrical-coordinate representation of color #569072: hue angle of 148.97º 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 #569072 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 144 114 -
CMYK 0.40 0 0.21 0.44
HSL 148.97º 0.25% 0.45% -
HSV(B) 148.97º 0.4% 0.56% -
XYZ 16.85 23.14 19.5 -
YUV 123.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 86 144 114 0.40 0 0.21 0.44 148.97 0.25 0.45
Hex 56 90 72 28 0 15 2C 95 19 2D
Octal 126 220 162 50 0 25 54 225 31 55
Binary 1010110 10010000 1110010 101000 0 10101 101100 10010101 11001 101101

Color Harmonies of #569072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569072

Black with #569072

Text Example


Text Example

White with #569072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569072; }

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

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

background-color css

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

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

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

border-color css

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

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

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