#85927F

Color #85927F Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #85927F

Tints of Spanish Green #85927F

Color information

#85927F (or 0x85927F) is unknown color: approx Spanish Green. HEX triplet: 85, 92 and 7F. RGB value is (133,146,127). Sum of RGB (Red+Green+Blue) = 133+146+127=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #85927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85927F is #7A6D80. Grayscale: #8C8C8C. Windows color (decimal): -8023425 or 8360581. OLE color: 8360581.

HSL color Cylindrical-coordinate representation of color #85927F: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85927F is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB133146127-
CMYK0.0900.130.43
HSL101.05º8.02%53.53%-
HSV(B)101.05º13.01%57.25%-
XYZ23.7827.0824.05-
YUV139.95120.69123.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 127 (50% from 255) = 31.28%
R=32.76%
G=35.96%
B=31.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461270.0900.130.43101.058.0253.53
Hex85927F90D2B65836
Octal20522217711015531451066
Binary1000010110010010111111110010110110101111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,146,127); }

 H1.HeaderClassName
 {
   color: #85927F;
 }
 .AnyTagClassName
 {
   color: #85927F;
 }
</style>
background-color css

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

 a { background-color: rgb(133,146,127); }

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

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

 span { border-color: rgb(133,146,127); }

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