Html Css Color HEX #5A9376 Cutty Sark

📋 copy color: '#5A9376'

red 90 ◦ green 147 ◦ blue 118

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

Shades of Cutty Sark #5A9376

Tints of Cutty Sark #5A9376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.41%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 25.35%
G = 41.41%
B = 33.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#5A9376 (or 0x5A9376) is known color: Cutty Sark. HEX triplet: 5A, 93 and 76. RGB value is (90,147,118). Sum of RGB (Red+Green+Blue) = 90+147+118=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9376 is #A56C89. Grayscale: #7E7E7E. Windows color (decimal): -10841226 or 7770970. OLE color: 7770970.

HSL color Cylindrical-coordinate representation of color #5A9376: hue angle of 149.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9376 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 118 -
CMYK 0.39 0 0.20 0.42
HSL 149.47º 0.24% 0.46% -
HSV(B) 149.47º 0.39% 0.58% -
XYZ 17.92 24.35 20.89 -
YUV 126.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 90 147 118 0.39 0 0.20 0.42 149.47 0.24 0.46
Hex 5A 93 76 27 0 14 2A 95 18 2E
Octal 132 223 166 47 0 24 52 225 30 56
Binary 1011010 10010011 1110110 100111 0 10100 101010 10010101 11000 101110

Color Harmonies of #5A9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9376

Black with #5A9376

Text Example


Text Example

White with #5A9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,147,118); }

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

background-color css

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

 a { background-color: rgb(90,147,118); }

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

border-color css

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

 span { border-color: rgb(90,147,118); }

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