Html Css Color HEX #516650 Nandor

📋 copy color: '#516650'

red 81 ◦ green 102 ◦ blue 80

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

Shades of Nandor #516650

Tints of Nandor #516650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 30.8%
G = 38.78%
B = 30.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#516650 (or 0x516650) is known color: Nandor. HEX triplet: 51, 66 and 50. RGB value is (81,102,80). Sum of RGB (Red+Green+Blue) = 81+102+80=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #516650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516650 is #AE99AF. Grayscale: #5D5D5D. Windows color (decimal): -11442608 or 5269073. OLE color: 5269073.

HSL color Cylindrical-coordinate representation of color #516650: hue angle of 117.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #516650 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 80 -
CMYK 0.21 0 0.22 0.6
HSL 117.27º 0.12% 0.36% -
HSV(B) 117.27º 0.22% 0.4% -
XYZ 9.59 11.83 9.37 -
YUV 93.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 81 102 80 0.21 0 0.22 0.6 117.27 0.12 0.36
Hex 51 66 50 15 0 16 3C 75 C 24
Octal 121 146 120 25 0 26 74 165 14 44
Binary 1010001 1100110 1010000 10101 0 10110 111100 1110101 1100 100100

Color Harmonies of #516650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516650

Black with #516650

Text Example


Text Example

White with #516650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516650; }

 p { color: rgb(81,102,80); }

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

background-color css

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

 a { background-color: rgb(81,102,80); }

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

border-color css

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

 span { border-color: rgb(81,102,80); }

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