Html Css Color HEX #5B8D72 Cutty Sark

📋 copy color: '#5B8D72'

red 91 ◦ green 141 ◦ blue 114

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

Shades of Cutty Sark #5B8D72

Tints of Cutty Sark #5B8D72

RGB

 RED value IS 91 (35.94% from 255) = 26.3%

 GREEN value IS 141 (55.47% from 255) = 40.75%

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

R = 26.3%
G = 40.75%
B = 32.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#5B8D72 (or 0x5B8D72) is known color: Cutty Sark. HEX triplet: 5B, 8D and 72. RGB value is (91,141,114). Sum of RGB (Red+Green+Blue) = 91+141+114=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #5B8D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8D72 is #A4728D. Grayscale: #7B7B7B. Windows color (decimal): -10777230 or 7507291. OLE color: 7507291.

HSL color Cylindrical-coordinate representation of color #5B8D72: hue angle of 147.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8D72 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 141 114 -
CMYK 0.35 0 0.19 0.45
HSL 147.6º 0.22% 0.45% -
HSV(B) 147.6º 0.35% 0.55% -
XYZ 16.88 22.49 19.37 -
YUV 122.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 91 141 114 0.35 0 0.19 0.45 147.6 0.22 0.45
Hex 5B 8D 72 23 0 13 2D 94 16 2D
Octal 133 215 162 43 0 23 55 224 26 55
Binary 1011011 10001101 1110010 100011 0 10011 101101 10010100 10110 101101

Color Harmonies of #5B8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8D72

Black with #5B8D72

Text Example


Text Example

White with #5B8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,141,114); }

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

background-color css

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

 a { background-color: rgb(91,141,114); }

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

border-color css

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

 span { border-color: rgb(91,141,114); }

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