Html Css Color HEX #516125 Saratoga

📋 copy color: '#516125'

red 81 ◦ green 97 ◦ blue 37

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

Shades of Saratoga #516125

Tints of Saratoga #516125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.12%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 37.67%
G = 45.12%
B = 17.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#516125 (or 0x516125) is known color: Saratoga. HEX triplet: 51, 61 and 25. RGB value is (81,97,37). Sum of RGB (Red+Green+Blue) = 81+97+37=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #516125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516125 is #AE9EDA. Grayscale: #555555. Windows color (decimal): -11443931 or 2449745. OLE color: 2449745.

HSL color Cylindrical-coordinate representation of color #516125: hue angle of 76º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516125 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 37 -
CMYK 0.16 0 0.62 0.62
HSL 76º 0.45% 0.26% -
HSV(B) 76º 0.62% 0.38% -
XYZ 8 10.43 3.34 -
YUV 85.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 81 97 37 0.16 0 0.62 0.62 76 0.45 0.26
Hex 51 61 25 10 0 3E 3E 4C 2D 1A
Octal 121 141 45 20 0 76 76 114 55 32
Binary 1010001 1100001 100101 10000 0 111110 111110 1001100 101101 11010

Color Harmonies of #516125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516125

Black with #516125

Text Example


Text Example

White with #516125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516125; }

 p { color: rgb(81,97,37); }

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

background-color css

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

 a { background-color: rgb(81,97,37); }

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

border-color css

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

 span { border-color: rgb(81,97,37); }

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