Html Css Color HEX #707E14 Trendy Green

📋 copy color: '#707E14'

red 112 ◦ green 126 ◦ blue 20

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

Shades of Trendy Green #707E14

Tints of Trendy Green #707E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 43.41%
G = 48.84%
B = 7.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#707E14 (or 0x707E14) is known color: Trendy Green. HEX triplet: 70, 7E and 14. RGB value is (112,126,20). Sum of RGB (Red+Green+Blue) = 112+126+20=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #707E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707E14 is #8F81EB. Grayscale: #6E6E6E. Windows color (decimal): -9404908 or 1343088. OLE color: 1343088.

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

Color convert

RGB 112 126 20 -
CMYK 0.11 0 0.84 0.51
HSL 67.92º 0.73% 0.29% -
HSV(B) 67.92º 0.84% 0.49% -
XYZ 14.27 18.42 3.46 -
YUV 109.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 112 126 20 0.11 0 0.84 0.51 67.92 0.73 0.29
Hex 70 7E 14 B 0 54 33 44 49 1D
Octal 160 176 24 13 0 124 63 104 111 35
Binary 1110000 1111110 10100 1011 0 1010100 110011 1000100 1001001 11101

Color Harmonies of #707E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E14

Black with #707E14

Text Example


Text Example

White with #707E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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