#7B8A51

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

Shades of Finch #7B8A51

Tints of Finch #7B8A51

Color information

#7B8A51 (or 0x7B8A51) is unknown color: approx Finch. HEX triplet: 7B, 8A and 51. RGB value is (123,138,81). Sum of RGB (Red+Green+Blue) = 123+138+81=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A51 is #8475AE. Grayscale: #7F7F7F. Windows color (decimal): -8680879 or 5343867. OLE color: 5343867.

HSL color Cylindrical-coordinate representation of color #7B8A51: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B8A51 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB12313881-
CMYK0.1100.410.46
HSL75.79º26.03%42.94%-
HSV(B)75.79º41.3%54.12%-
XYZ18.7422.9811.23-
YUV127.02102.03125.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=35.96%
G=40.35%
B=23.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123138810.1100.410.4675.7926.0342.94
Hex7B8A51B0292E4c1a2b
Octal17321212113051561143253
Binary111101110001010101000110110101001101110100110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,81); }

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

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

 a { background-color: rgb(123,138,81); }

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

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

 span { border-color: rgb(123,138,81); }

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