#707C1C

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

Shades of Trendy Green #707C1C

Tints of Trendy Green #707C1C

Color information

#707C1C (or 0x707C1C) is unknown color: approx Trendy Green. HEX triplet: 70, 7C and 1C. RGB value is (112,124,28). Sum of RGB (Red+Green+Blue) = 112+124+28=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #707C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C1C is #8F83E3. Grayscale: #6D6D6D. Windows color (decimal): -9405412 or 1866864. OLE color: 1866864.

HSL color Cylindrical-coordinate representation of color #707C1C: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #707C1C is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB11212428-
CMYK0.1000.770.51
HSL67.5º63.16%29.8%-
HSV(B)67.5º77.42%48.63%-
XYZ14.117.943.82-
YUV109.4782.02129.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=42.42%
G=46.97%
B=10.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112124280.1000.770.5167.563.1629.8
Hex707C1CA04D33443f1e
Octal16017434120115631047736
Binary1110000111110011100101001001101110011100010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,124,28); }

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

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

 a { background-color: rgb(112,124,28); }

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

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

 span { border-color: rgb(112,124,28); }

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