Html Css Color HEX #838C7D Spanish Green

📋 copy color: '#838C7D'

red 131 ◦ green 140 ◦ blue 125

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

Shades of Spanish Green #838C7D

Tints of Spanish Green #838C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 33.08%
G = 35.35%
B = 31.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#838C7D (or 0x838C7D) is known color: Spanish Green. HEX triplet: 83, 8C and 7D. RGB value is (131,140,125). Sum of RGB (Red+Green+Blue) = 131+140+125=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #838C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C7D is #7C7382. Grayscale: #878787. Windows color (decimal): -8156035 or 8227971. OLE color: 8227971.

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

Color convert

RGB 131 140 125 -
CMYK 0.06 0 0.11 0.45
HSL 96º 0.06% 0.52% -
HSV(B) 96º 0.11% 0.55% -
XYZ 22.44 25.06 23.06 -
YUV 135.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 131 140 125 0.06 0 0.11 0.45 96 0.06 0.52
Hex 83 8C 7D 6 0 B 2D 60 6 34
Octal 203 214 175 6 0 13 55 140 6 64
Binary 10000011 10001100 1111101 110 0 1011 101101 1100000 110 110100

Color Harmonies of #838C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C7D

Black with #838C7D

Text Example


Text Example

White with #838C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,140,125); }

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

background-color css

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

 a { background-color: rgb(131,140,125); }

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

border-color css

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

 span { border-color: rgb(131,140,125); }

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