#7B7B1A

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

Shades of Trendy Green #7B7B1A

Tints of Trendy Green #7B7B1A

Color information

#7B7B1A (or 0x7B7B1A) is unknown color: approx Trendy Green. HEX triplet: 7B, 7B and 1A. RGB value is (123,123,26). Sum of RGB (Red+Green+Blue) = 123+123+26=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 123 - color contains mainly: red, green. Hex color #7B7B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7B1A is #8484E5. Grayscale: #707070. Windows color (decimal): -8684774 or 1735547. OLE color: 1735547.

HSL color Cylindrical-coordinate representation of color #7B7B1A: hue angle of 60º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B7B1A is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB12312326-
CMYK000.790.52
HSL60º65.1%29.22%-
HSV(B)60º78.86%48.24%-
XYZ15.4418.453.73-
YUV111.9479.5135.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.22%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=45.22%
G=45.22%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12312326000.790.526065.129.22
Hex7B7B1A004F343c411d
Octal1731733200117647410135
Binary1111011111101111010001001111110100111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,123,26); }

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

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

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

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

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

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

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