#707F23

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

Shades of Trendy Green #707F23

Tints of Trendy Green #707F23

Color information

#707F23 (or 0x707F23) is unknown color: approx Trendy Green. HEX triplet: 70, 7F and 23. RGB value is (112,127,35). Sum of RGB (Red+Green+Blue) = 112+127+35=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #707F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F23 is #8F80DC. Grayscale: #707070. Windows color (decimal): -9404637 or 2326384. OLE color: 2326384.

HSL color Cylindrical-coordinate representation of color #707F23: hue angle of 69.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707F23 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB11212735-
CMYK0.1200.720.50
HSL69.78º56.79%31.76%-
HSV(B)69.78º72.44%49.8%-
XYZ14.5718.744.44-
YUV112.0384.53127.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=40.88%
G=46.35%
B=12.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127350.1200.720.5069.7856.7931.76
Hex707F23C04832463920
Octal16017743140110621067140
Binary111000011111111000111100010010001100101000110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,35); }

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

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

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

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

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

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

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