#707E11

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

Shades of Trendy Green #707E11

Tints of Trendy Green #707E11

Color information

#707E11 (or 0x707E11) is unknown color: approx Trendy Green. HEX triplet: 70, 7E and 11. RGB value is (112,126,17). Sum of RGB (Red+Green+Blue) = 112+126+17=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #707E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707E11 is #8F81EE. Grayscale: #6D6D6D. Windows color (decimal): -9404911 or 1146480. OLE color: 1146480.

HSL color Cylindrical-coordinate representation of color #707E11: hue angle of 67.71º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #707E11 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB11212617-
CMYK0.1100.870.51
HSL67.71º76.22%28.04%-
HSV(B)67.71º86.51%49.41%-
XYZ14.2418.413.33-
YUV109.3975.86129.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 126 (49.61% from 255) = 49.41%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=43.92%
G=49.41%
B=6.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126170.1100.870.5167.7176.2228.04
Hex707E11B05733444c1c
Octal160176211301276310411434
Binary11100001111110100011011010101111100111000100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707E11; }

 p { color: rgb(112,126,17); }

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

<style>
 a { background-color: #707E11; }

 a { background-color: rgb(112,126,17); }

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

<style>
 span { border-color: #707E11; }

 span { border-color: rgb(112,126,17); }

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