Html Css Color HEX #838D7F Spanish Green

📋 copy color: '#838D7F'

red 131 ◦ green 141 ◦ blue 127

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

Shades of Spanish Green #838D7F

Tints of Spanish Green #838D7F

RGB

 RED value IS 131 (51.56% from 255) = 32.83%

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 32.83%
G = 35.34%
B = 31.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#838D7F (or 0x838D7F) is known color: Spanish Green. HEX triplet: 83, 8D and 7F. RGB value is (131,141,127). Sum of RGB (Red+Green+Blue) = 131+141+127=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #838D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D7F is #7C7280. Grayscale: #888888. Windows color (decimal): -8155777 or 8359299. OLE color: 8359299.

HSL color Cylindrical-coordinate representation of color #838D7F: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838D7F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 127 -
CMYK 0.07 0 0.10 0.45
HSL 102.86º 0.06% 0.53% -
HSV(B) 102.86º 0.1% 0.55% -
XYZ 22.72 25.41 23.79 -
YUV 136.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 131 141 127 0.07 0 0.10 0.45 102.86 0.06 0.53
Hex 83 8D 7F 7 0 A 2D 67 6 35
Octal 203 215 177 7 0 12 55 147 6 65
Binary 10000011 10001101 1111111 111 0 1010 101101 1100111 110 110101

Color Harmonies of #838D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D7F

Black with #838D7F

Text Example


Text Example

White with #838D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D7F; }

 p { color: rgb(131,141,127); }

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

background-color css

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

 a { background-color: rgb(131,141,127); }

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

border-color css

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

 span { border-color: rgb(131,141,127); }

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