Html Css Color HEX #7E9272 Spanish Green

📋 copy color: '#7E9272'

red 126 ◦ green 146 ◦ blue 114

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

Shades of Spanish Green #7E9272

Tints of Spanish Green #7E9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 32.64%
G = 37.82%
B = 29.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#7E9272 (or 0x7E9272) is known color: Spanish Green. HEX triplet: 7E, 92 and 72. RGB value is (126,146,114). Sum of RGB (Red+Green+Blue) = 126+146+114=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9272 is #816D8D. Grayscale: #888888. Windows color (decimal): -8482190 or 7508606. OLE color: 7508606.

HSL color Cylindrical-coordinate representation of color #7E9272: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E9272 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 126 146 114 -
CMYK 0.14 0 0.22 0.43
HSL 97.5º 0.13% 0.51% -
HSV(B) 97.5º 0.22% 0.57% -
XYZ 21.92 26.21 19.82 -
YUV 136.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 126 146 114 0.14 0 0.22 0.43 97.5 0.13 0.51
Hex 7E 92 72 E 0 16 2B 62 D 33
Octal 176 222 162 16 0 26 53 142 15 63
Binary 1111110 10010010 1110010 1110 0 10110 101011 1100010 1101 110011

Color Harmonies of #7E9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9272

Black with #7E9272

Text Example


Text Example

White with #7E9272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,146,114); }

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

background-color css

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

 a { background-color: rgb(126,146,114); }

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

border-color css

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

 span { border-color: rgb(126,146,114); }

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