Html Css Color HEX #85947E Spanish Green

📋 copy color: '#85947E'

red 133 ◦ green 148 ◦ blue 126

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

Shades of Spanish Green #85947E

Tints of Spanish Green #85947E

RGB

 RED value IS 133 (52.34% from 255) = 32.68%

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 32.68%
G = 36.36%
B = 30.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#85947E (or 0x85947E) is known color: Spanish Green. HEX triplet: 85, 94 and 7E. RGB value is (133,148,126). Sum of RGB (Red+Green+Blue) = 133+148+126=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #85947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85947E is #7A6B81. Grayscale: #8D8D8D. Windows color (decimal): -8022914 or 8295557. OLE color: 8295557.

HSL color Cylindrical-coordinate representation of color #85947E: hue angle of 100.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85947E is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 126 -
CMYK 0.10 0 0.15 0.42
HSL 100.91º 0.09% 0.54% -
HSV(B) 100.91º 0.15% 0.58% -
XYZ 24.03 27.67 23.81 -
YUV 141.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 133 148 126 0.10 0 0.15 0.42 100.91 0.09 0.54
Hex 85 94 7E A 0 F 2A 65 9 36
Octal 205 224 176 12 0 17 52 145 11 66
Binary 10000101 10010100 1111110 1010 0 1111 101010 1100101 1001 110110

Color Harmonies of #85947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85947E

Black with #85947E

Text Example


Text Example

White with #85947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85947E; }

 p { color: rgb(133,148,126); }

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

background-color css

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

 a { background-color: rgb(133,148,126); }

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

border-color css

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

 span { border-color: rgb(133,148,126); }

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