Html Css Color HEX #7E854B Finch

📋 copy color: '#7E854B'

red 126 ◦ green 133 ◦ blue 75

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

Shades of Finch #7E854B

Tints of Finch #7E854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 37.72%
G = 39.82%
B = 22.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#7E854B (or 0x7E854B) is known color: Finch. HEX triplet: 7E, 85 and 4B. RGB value is (126,133,75). Sum of RGB (Red+Green+Blue) = 126+133+75=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #7E854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E854B is #817AB4. Grayscale: #7C7C7C. Windows color (decimal): -8485557 or 4949374. OLE color: 4949374.

HSL color Cylindrical-coordinate representation of color #7E854B: hue angle of 67.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E854B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 126 133 75 -
CMYK 0.05 0 0.44 0.48
HSL 67.24º 0.28% 0.41% -
HSV(B) 67.24º 0.44% 0.52% -
XYZ 18.26 21.72 9.89 -
YUV 124.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 126 133 75 0.05 0 0.44 0.48 67.24 0.28 0.41
Hex 7E 85 4B 5 0 2C 30 43 1C 29
Octal 176 205 113 5 0 54 60 103 34 51
Binary 1111110 10000101 1001011 101 0 101100 110000 1000011 11100 101001

Color Harmonies of #7E854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E854B

Black with #7E854B

Text Example


Text Example

White with #7E854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,75); }

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

background-color css

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

 a { background-color: rgb(126,133,75); }

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

border-color css

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

 span { border-color: rgb(126,133,75); }

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