Html Css Color HEX #707E1F Trendy Green

📋 copy color: '#707E1F'

red 112 ◦ green 126 ◦ blue 31

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

Shades of Trendy Green #707E1F

Tints of Trendy Green #707E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.84%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 41.64%
G = 46.84%
B = 11.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#707E1F (or 0x707E1F) is known color: Trendy Green. HEX triplet: 70, 7E and 1F. RGB value is (112,126,31). Sum of RGB (Red+Green+Blue) = 112+126+31=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #707E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E1F is #8F81E0. Grayscale: #6F6F6F. Windows color (decimal): -9404897 or 2063984. OLE color: 2063984.

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

Color convert

RGB 112 126 31 -
CMYK 0.11 0 0.75 0.51
HSL 68.84º 0.61% 0.31% -
HSV(B) 68.84º 0.75% 0.49% -
XYZ 14.39 18.47 4.1 -
YUV 110.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 112 126 31 0.11 0 0.75 0.51 68.84 0.61 0.31
Hex 70 7E 1F B 0 4B 33 45 3D 1F
Octal 160 176 37 13 0 113 63 105 75 37
Binary 1110000 1111110 11111 1011 0 1001011 110011 1000101 111101 11111

Color Harmonies of #707E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E1F

Black with #707E1F

Text Example


Text Example

White with #707E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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