Html Css Color HEX #848E7F Spanish Green

📋 copy color: '#848E7F'

red 132 ◦ green 142 ◦ blue 127

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

Shades of Spanish Green #848E7F

Tints of Spanish Green #848E7F

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 127 (50% from 255) = 31.67%

R = 32.92%
G = 35.41%
B = 31.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#848E7F (or 0x848E7F) is known color: Spanish Green. HEX triplet: 84, 8E and 7F. RGB value is (132,142,127). Sum of RGB (Red+Green+Blue) = 132+142+127=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #848E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E7F is #7B7180. Grayscale: #898989. Windows color (decimal): -8089985 or 8359556. OLE color: 8359556.

HSL color Cylindrical-coordinate representation of color #848E7F: hue angle of 100º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848E7F is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 127 -
CMYK 0.07 0 0.11 0.44
HSL 100º 0.06% 0.53% -
HSV(B) 100º 0.11% 0.56% -
XYZ 23.02 25.78 23.84 -
YUV 137.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 132 142 127 0.07 0 0.11 0.44 100 0.06 0.53
Hex 84 8E 7F 7 0 B 2C 64 6 35
Octal 204 216 177 7 0 13 54 144 6 65
Binary 10000100 10001110 1111111 111 0 1011 101100 1100100 110 110101

Color Harmonies of #848E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E7F

Black with #848E7F

Text Example


Text Example

White with #848E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E7F; }

 p { color: rgb(132,142,127); }

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

background-color css

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

 a { background-color: rgb(132,142,127); }

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

border-color css

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

 span { border-color: rgb(132,142,127); }

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