Html Css Color HEX #7E867B Spanish Green

📋 copy color: '#7E867B'

red 126 ◦ green 134 ◦ blue 123

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

Shades of Spanish Green #7E867B

Tints of Spanish Green #7E867B

RGB

 RED value IS 126 (49.61% from 255) = 32.9%

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 32.9%
G = 34.99%
B = 32.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#7E867B (or 0x7E867B) is known color: Spanish Green. HEX triplet: 7E, 86 and 7B. RGB value is (126,134,123). Sum of RGB (Red+Green+Blue) = 126+134+123=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #7E867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E867B is #817984. Grayscale: #828282. Windows color (decimal): -8485253 or 8095358. OLE color: 8095358.

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

Color convert

RGB 126 134 123 -
CMYK 0.06 0 0.08 0.47
HSL 103.64º 0.04% 0.5% -
HSV(B) 103.64º 0.08% 0.53% -
XYZ 20.7 22.92 22.07 -
YUV 130.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 126 134 123 0.06 0 0.08 0.47 103.64 0.04 0.5
Hex 7E 86 7B 6 0 8 2F 68 4 32
Octal 176 206 173 6 0 10 57 150 4 62
Binary 1111110 10000110 1111011 110 0 1000 101111 1101000 100 110010

Color Harmonies of #7E867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E867B

Black with #7E867B

Text Example


Text Example

White with #7E867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E867B; }

 p { color: rgb(126,134,123); }

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

background-color css

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

 a { background-color: rgb(126,134,123); }

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

border-color css

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

 span { border-color: rgb(126,134,123); }

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