Html Css Color HEX #848A7F Spanish Green

📋 copy color: '#848A7F'

red 132 ◦ green 138 ◦ blue 127

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

Shades of Spanish Green #848A7F

Tints of Spanish Green #848A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 33.25%
G = 34.76%
B = 31.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#848A7F (or 0x848A7F) is known color: Spanish Green. HEX triplet: 84, 8A and 7F. RGB value is (132,138,127). Sum of RGB (Red+Green+Blue) = 132+138+127=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 138 - color contains mainly: green. Hex color #848A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A7F is #7B7580. Grayscale: #868686. Windows color (decimal): -8091009 or 8358532. OLE color: 8358532.

HSL color Cylindrical-coordinate representation of color #848A7F: hue angle of 92.73º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848A7F is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 138 127 -
CMYK 0.04 0 0.08 0.46
HSL 92.73º 0.04% 0.52% -
HSV(B) 92.73º 0.08% 0.54% -
XYZ 22.43 24.61 23.65 -
YUV 134.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 132 138 127 0.04 0 0.08 0.46 92.73 0.04 0.52
Hex 84 8A 7F 4 0 8 2E 5D 4 34
Octal 204 212 177 4 0 10 56 135 4 64
Binary 10000100 10001010 1111111 100 0 1000 101110 1011101 100 110100

Color Harmonies of #848A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A7F

Black with #848A7F

Text Example


Text Example

White with #848A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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