Html Css Color HEX #707F1E Trendy Green

📋 copy color: '#707F1E'

red 112 ◦ green 127 ◦ blue 30

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

Shades of Trendy Green #707F1E

Tints of Trendy Green #707F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 47.21%

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

R = 41.64%
G = 47.21%
B = 11.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#707F1E (or 0x707F1E) is known color: Trendy Green. HEX triplet: 70, 7F and 1E. RGB value is (112,127,30). Sum of RGB (Red+Green+Blue) = 112+127+30=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #707F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F1E is #8F80E1. Grayscale: #6F6F6F. Windows color (decimal): -9404642 or 1998704. OLE color: 1998704.

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

Color convert

RGB 112 127 30 -
CMYK 0.12 0 0.76 0.50
HSL 69.28º 0.62% 0.31% -
HSV(B) 69.28º 0.76% 0.5% -
XYZ 14.51 18.72 4.08 -
YUV 111.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 112 127 30 0.12 0 0.76 0.50 69.28 0.62 0.31
Hex 70 7F 1E C 0 4C 32 45 3E 1F
Octal 160 177 36 14 0 114 62 105 76 37
Binary 1110000 1111111 11110 1100 0 1001100 110010 1000101 111110 11111

Color Harmonies of #707F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F1E

Black with #707F1E

Text Example


Text Example

White with #707F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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