Html Css Color HEX #51916F Cutty Sark

📋 copy color: '#51916F'

red 81 ◦ green 145 ◦ blue 111

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

Shades of Cutty Sark #51916F

Tints of Cutty Sark #51916F

RGB

 RED value IS 81 (32.03% from 255) = 24.04%

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 24.04%
G = 43.03%
B = 32.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#51916F (or 0x51916F) is known color: Cutty Sark. HEX triplet: 51, 91 and 6F. RGB value is (81,145,111). Sum of RGB (Red+Green+Blue) = 81+145+111=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #51916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51916F is #AE6E90. Grayscale: #7A7A7A. Windows color (decimal): -11431569 or 7311697. OLE color: 7311697.

HSL color Cylindrical-coordinate representation of color #51916F: hue angle of 148.12º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51916F is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 111 -
CMYK 0.44 0 0.23 0.43
HSL 148.13º 0.28% 0.44% -
HSV(B) 148.13º 0.44% 0.57% -
XYZ 16.39 23.15 18.64 -
YUV 121.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 81 145 111 0.44 0 0.23 0.43 148.13 0.28 0.44
Hex 51 91 6F 2C 0 17 2B 94 1C 2C
Octal 121 221 157 54 0 27 53 224 34 54
Binary 1010001 10010001 1101111 101100 0 10111 101011 10010100 11100 101100

Color Harmonies of #51916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51916F

Black with #51916F

Text Example


Text Example

White with #51916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51916F; }

 p { color: rgb(81,145,111); }

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

background-color css

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

 a { background-color: rgb(81,145,111); }

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

border-color css

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

 span { border-color: rgb(81,145,111); }

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