#7f7f34

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

Shades of Trendy Green #7F7F34

Tints of Trendy Green #7F7F34

Color information

#7F7F34 (or 0x7F7F34) is unknown color: approx Trendy Green. HEX triplet: 7F, 7F and 34. RGB value is (127,127,52). Sum of RGB (Red+Green+Blue) = 127+127+52=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 127 - color contains mainly: red, green. Hex color #7F7F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7F34 is #8080CB. Grayscale: #767676. Windows color (decimal): -8421580 or 3440511. OLE color: 3440511.

HSL color Cylindrical-coordinate representation of color #7F7F34: hue angle of 60º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F7F34 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB12712752-
CMYK000.590.50
HSL60º41.9%35.1%-
HSV(B)60º59.06%49.8%-
XYZ16.9619.946.2-
YUV118.4590.5134.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.50%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=41.50%
G=41.50%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712752000.590.506041.935.1
Hex7F7F34003B323c2a23
Octal17717764007362745243
Binary1111111111111111010000111011110010111100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f7f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,127,52); }

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

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

 a { background-color: rgb(127,127,52); }

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

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

 span { border-color: rgb(127,127,52); }

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