Html Css Color HEX #7E8146 Finch

📋 copy color: '#7E8146'

red 126 ◦ green 129 ◦ blue 70

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

Shades of Finch #7E8146

Tints of Finch #7E8146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 38.77%
G = 39.69%
B = 21.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#7E8146 (or 0x7E8146) is known color: Finch. HEX triplet: 7E, 81 and 46. RGB value is (126,129,70). Sum of RGB (Red+Green+Blue) = 126+129+70=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8146 is #817EB9. Grayscale: #797979. Windows color (decimal): -8486586 or 4620670. OLE color: 4620670.

HSL color Cylindrical-coordinate representation of color #7E8146: hue angle of 63.05º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8146 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 126 129 70 -
CMYK 0.02 0 0.46 0.49
HSL 63.05º 0.3% 0.39% -
HSV(B) 63.05º 0.46% 0.51% -
XYZ 17.56 20.58 8.84 -
YUV 121.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 126 129 70 0.02 0 0.46 0.49 63.05 0.3 0.39
Hex 7E 81 46 2 0 2E 31 3F 1E 27
Octal 176 201 106 2 0 56 61 77 36 47
Binary 1111110 10000001 1000110 10 0 101110 110001 111111 11110 100111

Color Harmonies of #7E8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8146

Black with #7E8146

Text Example


Text Example

White with #7E8146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,129,70); }

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

background-color css

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

 a { background-color: rgb(126,129,70); }

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

border-color css

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

 span { border-color: rgb(126,129,70); }

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