Html Css Color HEX #7E907B Spanish Green

📋 copy color: '#7E907B'

red 126 ◦ green 144 ◦ blue 123

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

Shades of Spanish Green #7E907B

Tints of Spanish Green #7E907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 32.06%
G = 36.64%
B = 31.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#7E907B (or 0x7E907B) is known color: Spanish Green. HEX triplet: 7E, 90 and 7B. RGB value is (126,144,123). Sum of RGB (Red+Green+Blue) = 126+144+123=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #7E907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E907B is #816F84. Grayscale: #888888. Windows color (decimal): -8482693 or 8097918. OLE color: 8097918.

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

Color convert

RGB 126 144 123 -
CMYK 0.12 0 0.15 0.44
HSL 111.43º 0.09% 0.52% -
HSV(B) 111.43º 0.15% 0.56% -
XYZ 22.15 25.81 22.55 -
YUV 136.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 126 144 123 0.12 0 0.15 0.44 111.43 0.09 0.52
Hex 7E 90 7B C 0 F 2C 6F 9 34
Octal 176 220 173 14 0 17 54 157 11 64
Binary 1111110 10010000 1111011 1100 0 1111 101100 1101111 1001 110100

Color Harmonies of #7E907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E907B

Black with #7E907B

Text Example


Text Example

White with #7E907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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