Html Css Color HEX #707E1B Trendy Green

📋 copy color: '#707E1B'

red 112 ◦ green 126 ◦ blue 27

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

Shades of Trendy Green #707E1B

Tints of Trendy Green #707E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 42.26%
G = 47.55%
B = 10.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#707E1B (or 0x707E1B) is known color: Trendy Green. HEX triplet: 70, 7E and 1B. RGB value is (112,126,27). Sum of RGB (Red+Green+Blue) = 112+126+27=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #707E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E1B is #8F81E4. Grayscale: #6E6E6E. Windows color (decimal): -9404901 or 1801840. OLE color: 1801840.

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

Color convert

RGB 112 126 27 -
CMYK 0.11 0 0.79 0.51
HSL 68.48º 0.65% 0.3% -
HSV(B) 68.48º 0.79% 0.49% -
XYZ 14.34 18.45 3.84 -
YUV 110.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 112 126 27 0.11 0 0.79 0.51 68.48 0.65 0.3
Hex 70 7E 1B B 0 4F 33 44 41 1E
Octal 160 176 33 13 0 117 63 104 101 36
Binary 1110000 1111110 11011 1011 0 1001111 110011 1000100 1000001 11110

Color Harmonies of #707E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707E1B

Black with #707E1B

Text Example


Text Example

White with #707E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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