#7B8047

Color #7B8047 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #7B8047

Tints of Finch #7B8047

Color information

#7B8047 (or 0x7B8047) is unknown color: approx Finch. HEX triplet: 7B, 80 and 47. RGB value is (123,128,71). Sum of RGB (Red+Green+Blue) = 123+128+71=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #7B8047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8047 is #847FB8. Grayscale: #787878. Windows color (decimal): -8683449 or 4685947. OLE color: 4685947.

HSL color Cylindrical-coordinate representation of color #7B8047: hue angle of 65.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B8047 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB12312871-
CMYK0.0400.450.50
HSL65.26º28.64%39.02%-
HSV(B)65.26º44.53%50.2%-
XYZ17.0220.18.94-
YUV120.01100.34130.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=38.20%
G=39.75%
B=22.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123128710.0400.450.5065.2628.6439.02
Hex7B8047402D32411d27
Octal1732001074055621013547
Binary11110111000000010001111000101101110010100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,128,71); }

 H1.HeaderClassName
 {
   color: #7B8047;
 }
 .AnyTagClassName
 {
   color: #7B8047;
 }
</style>
background-color css

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

 a { background-color: rgb(123,128,71); }

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

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

 span { border-color: rgb(123,128,71); }

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