Html Css Color HEX #5A8F71 Cutty Sark

📋 copy color: '#5A8F71'

red 90 ◦ green 143 ◦ blue 113

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

Shades of Cutty Sark #5A8F71

Tints of Cutty Sark #5A8F71

RGB

 RED value IS 90 (35.55% from 255) = 26.01%

 GREEN value IS 143 (56.25% from 255) = 41.33%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 26.01%
G = 41.33%
B = 32.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#5A8F71 (or 0x5A8F71) is known color: Cutty Sark. HEX triplet: 5A, 8F and 71. RGB value is (90,143,113). Sum of RGB (Red+Green+Blue) = 90+143+113=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8F71 is #A5708E. Grayscale: #7B7B7B. Windows color (decimal): -10842255 or 7442266. OLE color: 7442266.

HSL color Cylindrical-coordinate representation of color #5A8F71: hue angle of 146.04º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8F71 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 143 113 -
CMYK 0.37 0 0.21 0.44
HSL 146.04º 0.23% 0.46% -
HSV(B) 146.04º 0.37% 0.56% -
XYZ 17.02 23.01 19.17 -
YUV 123.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 90 143 113 0.37 0 0.21 0.44 146.04 0.23 0.46
Hex 5A 8F 71 25 0 15 2C 92 17 2E
Octal 132 217 161 45 0 25 54 222 27 56
Binary 1011010 10001111 1110001 100101 0 10101 101100 10010010 10111 101110

Color Harmonies of #5A8F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8F71

Black with #5A8F71

Text Example


Text Example

White with #5A8F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8F71; }

 p { color: rgb(90,143,113); }

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

background-color css

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

 a { background-color: rgb(90,143,113); }

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

border-color css

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

 span { border-color: rgb(90,143,113); }

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