Html Css Color HEX #51876C Cutty Sark

📋 copy color: '#51876C'

red 81 ◦ green 135 ◦ blue 108

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

Shades of Cutty Sark #51876C

Tints of Cutty Sark #51876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#51876C (or 0x51876C) is known color: Cutty Sark. HEX triplet: 51, 87 and 6C. RGB value is (81,135,108). Sum of RGB (Red+Green+Blue) = 81+135+108=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #51876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51876C is #AE7893. Grayscale: #737373. Windows color (decimal): -11434132 or 7112529. OLE color: 7112529.

HSL color Cylindrical-coordinate representation of color #51876C: hue angle of 150º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51876C is Cyan = 0.40, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 135 108 -
CMYK 0.40 0 0.2 0.47
HSL 150º 0.25% 0.42% -
HSV(B) 150º 0.4% 0.53% -
XYZ 14.76 20.16 17.3 -
YUV 115.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 81 135 108 0.40 0 0.2 0.47 150 0.25 0.42
Hex 51 87 6C 28 0 14 2F 96 19 2A
Octal 121 207 154 50 0 24 57 226 31 52
Binary 1010001 10000111 1101100 101000 0 10100 101111 10010110 11001 101010

Color Harmonies of #51876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51876C

Black with #51876C

Text Example


Text Example

White with #51876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51876C; }

 p { color: rgb(81,135,108); }

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

background-color css

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

 a { background-color: rgb(81,135,108); }

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

border-color css

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

 span { border-color: rgb(81,135,108); }

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