#7C8C26

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

Shades of Trendy Green #7C8C26

Tints of Trendy Green #7C8C26

Color information

#7C8C26 (or 0x7C8C26) is unknown color: approx Trendy Green. HEX triplet: 7C, 8C and 26. RGB value is (124,140,38). Sum of RGB (Red+Green+Blue) = 124+140+38=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C26 is #8373D9. Grayscale: #7B7B7B. Windows color (decimal): -8614874 or 2526332. OLE color: 2526332.

HSL color Cylindrical-coordinate representation of color #7C8C26: hue angle of 69.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C8C26 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB12414038-
CMYK0.1100.730.45
HSL69.41º57.3%34.9%-
HSV(B)69.41º72.86%54.9%-
XYZ18.0423.185.36-
YUV123.5979.7128.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.06%
GREEN value IS 140 (55.08% from 255) = 46.36%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=41.06%
G=46.36%
B=12.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124140380.1100.730.4569.4157.334.9
Hex7C8C26B0492D453923
Octal17421446130111551057143
Binary1111100100011001001101011010010011011011000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,140,38); }

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

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

 a { background-color: rgb(124,140,38); }

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

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

 span { border-color: rgb(124,140,38); }

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