#7F7B14

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

Shades of Trendy Green #7F7B14

Tints of Trendy Green #7F7B14

Color information

#7F7B14 (or 0x7F7B14) is unknown color: approx Trendy Green. HEX triplet: 7F, 7B and 14. RGB value is (127,123,20). Sum of RGB (Red+Green+Blue) = 127+123+20=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7B14 is #8084EB. Grayscale: #707070. Windows color (decimal): -8422636 or 1342335. OLE color: 1342335.

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

Color convert

RGB12712320-
CMYK00.030.840.50
HSL57.76º72.79%28.82%-
HSV(B)57.76º84.25%49.8%-
XYZ15.9618.733.44-
YUV112.4575.83138.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.04%
GREEN value IS 123 (48.44% from 255) = 45.56%
BLUE value IS 20 (8.20% from 255) = 7.41%
R=47.04%
G=45.56%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271232000.030.840.5057.7672.7928.82
Hex7F7B140354323a491d
Octal1771732403124627211135
Binary11111111111011101000111010100110010111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,20); }

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

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

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

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

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

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

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