#7F8B14

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

Shades of Trendy Green #7F8B14

Tints of Trendy Green #7F8B14

Color information

#7F8B14 (or 0x7F8B14) is unknown color: approx Trendy Green. HEX triplet: 7F, 8B and 14. RGB value is (127,139,20). Sum of RGB (Red+Green+Blue) = 127+139+20=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8B14 is #8074EB. Grayscale: #7A7A7A. Windows color (decimal): -8418540 or 1346431. OLE color: 1346431.

HSL color Cylindrical-coordinate representation of color #7F8B14: hue angle of 66.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F8B14 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB12713920-
CMYK0.0900.860.45
HSL66.05º74.84%31.18%-
HSV(B)66.05º85.61%54.51%-
XYZ18.1123.034.15-
YUV121.8570.52131.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.41%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 20 (8.20% from 255) = 6.99%
R=44.41%
G=48.60%
B=6.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127139200.0900.860.4566.0574.8431.18
Hex7F8B1490562D424b1f
Octal177213241101265510211337
Binary111111110001011101001001010101101011011000010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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