Html Css Color HEX #838681 Spanish Green

📋 copy color: '#838681'

red 131 ◦ green 134 ◦ blue 129

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

Shades of Spanish Green #838681

Tints of Spanish Green #838681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

 BLUE value IS 129 (50.78% from 255) = 32.74%

R = 33.25%
G = 34.01%
B = 32.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#838681 (or 0x838681) is known color: Spanish Green. HEX triplet: 83, 86 and 81. RGB value is (131,134,129). Sum of RGB (Red+Green+Blue) = 131+134+129=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 134 - color contains mainly: green. Hex color #838681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838681 is #7C797E. Grayscale: #848484. Windows color (decimal): -8157567 or 8488579. OLE color: 8488579.

HSL color Cylindrical-coordinate representation of color #838681: hue angle of 96º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #838681 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 129 -
CMYK 0.02 0 0.04 0.47
HSL 96º 0.02% 0.52% -
HSV(B) 96º 0.04% 0.53% -
XYZ 21.85 23.46 24.15 -
YUV 132.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 131 134 129 0.02 0 0.04 0.47 96 0.02 0.52
Hex 83 86 81 2 0 4 2F 60 2 34
Octal 203 206 201 2 0 4 57 140 2 64
Binary 10000011 10000110 10000001 10 0 100 101111 1100000 10 110100

Color Harmonies of #838681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838681

Black with #838681

Text Example


Text Example

White with #838681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838681; }

 p { color: rgb(131,134,129); }

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

background-color css

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

 a { background-color: rgb(131,134,129); }

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

border-color css

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

 span { border-color: rgb(131,134,129); }

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