Html Css Color HEX #838E7F Spanish Green

📋 copy color: '#838E7F'

red 131 ◦ green 142 ◦ blue 127

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

Shades of Spanish Green #838E7F

Tints of Spanish Green #838E7F

RGB

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

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

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

R = 32.75%
G = 35.5%
B = 31.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#838E7F (or 0x838E7F) is known color: Spanish Green. HEX triplet: 83, 8E and 7F. RGB value is (131,142,127). Sum of RGB (Red+Green+Blue) = 131+142+127=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 142 - color contains mainly: green. Hex color #838E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E7F is #7C7180. Grayscale: #898989. Windows color (decimal): -8155521 or 8359555. OLE color: 8359555.

HSL color Cylindrical-coordinate representation of color #838E7F: hue angle of 104º 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 #838E7F is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 127 -
CMYK 0.08 0 0.11 0.44
HSL 104º 0.06% 0.53% -
HSV(B) 104º 0.11% 0.56% -
XYZ 22.86 25.7 23.83 -
YUV 137 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 131 142 127 0.08 0 0.11 0.44 104 0.06 0.53
Hex 83 8E 7F 8 0 B 2C 68 6 35
Octal 203 216 177 10 0 13 54 150 6 65
Binary 10000011 10001110 1111111 1000 0 1011 101100 1101000 110 110101

Color Harmonies of #838E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E7F

Black with #838E7F

Text Example


Text Example

White with #838E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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