Html Css Color HEX #707D1E Trendy Green

📋 copy color: '#707D1E'

red 112 ◦ green 125 ◦ blue 30

#707D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #707D1E

Tints of Trendy Green #707D1E

RGB

 RED value IS 112 (44.14% from 255) = 41.95%

 GREEN value IS 125 (49.22% from 255) = 46.82%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 41.95%
G = 46.82%
B = 11.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#707D1E (or 0x707D1E) is known color: Trendy Green. HEX triplet: 70, 7D and 1E. RGB value is (112,125,30). Sum of RGB (Red+Green+Blue) = 112+125+30=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #707D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707D1E is #8F82E1. Grayscale: #6E6E6E. Windows color (decimal): -9405154 or 1998192. OLE color: 1998192.

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

Color convert

RGB 112 125 30 -
CMYK 0.10 0 0.76 0.51
HSL 68.21º 0.61% 0.3% -
HSV(B) 68.21º 0.76% 0.49% -
XYZ 14.25 18.21 3.99 -
YUV 110.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 112 125 30 0.10 0 0.76 0.51 68.21 0.61 0.3
Hex 70 7D 1E A 0 4C 33 44 3D 1E
Octal 160 175 36 12 0 114 63 104 75 36
Binary 1110000 1111101 11110 1010 0 1001100 110011 1000100 111101 11110

Color Harmonies of #707D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707D1E

Black with #707D1E

Text Example


Text Example

White with #707D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,125,30); }

 H1.HeaderClassName
 {
   color: #707D1E;
 }
 .AnyTagClassName
 {
   color: #707D1E;
 }
</style>

background-color css

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

 a { background-color: rgb(112,125,30); }

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

border-color css

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

 span { border-color: rgb(112,125,30); }

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