Html Css Color HEX #818E7C Spanish Green

📋 copy color: '#818E7C'

red 129 ◦ green 142 ◦ blue 124

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

Shades of Spanish Green #818E7C

Tints of Spanish Green #818E7C

RGB

 RED value IS 129 (50.78% from 255) = 32.66%

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 32.66%
G = 35.95%
B = 31.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#818E7C (or 0x818E7C) is known color: Spanish Green. HEX triplet: 81, 8E and 7C. RGB value is (129,142,124). Sum of RGB (Red+Green+Blue) = 129+142+124=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #818E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818E7C is #7E7183. Grayscale: #888888. Windows color (decimal): -8286596 or 8162945. OLE color: 8162945.

HSL color Cylindrical-coordinate representation of color #818E7C: hue angle of 103.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818E7C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 124 -
CMYK 0.09 0 0.13 0.44
HSL 103.33º 0.07% 0.52% -
HSV(B) 103.33º 0.13% 0.56% -
XYZ 22.36 25.47 22.81 -
YUV 136.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 129 142 124 0.09 0 0.13 0.44 103.33 0.07 0.52
Hex 81 8E 7C 9 0 D 2C 67 7 34
Octal 201 216 174 11 0 15 54 147 7 64
Binary 10000001 10001110 1111100 1001 0 1101 101100 1100111 111 110100

Color Harmonies of #818E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E7C

Black with #818E7C

Text Example


Text Example

White with #818E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E7C; }

 p { color: rgb(129,142,124); }

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

background-color css

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

 a { background-color: rgb(129,142,124); }

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

border-color css

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

 span { border-color: rgb(129,142,124); }

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